pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk/platform libtool>=1.5.10nb9 actually works on Drago...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7878448e066
branches:  trunk
changeset: 486030:d7878448e066
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 21 13:52:26 2004 +0000

description:
libtool>=1.5.10nb9 actually works on DragonFly, so require at
least that version.

diffstat:

 mk/platform/DragonFly.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0b75a2d2b296 -r d7878448e066 mk/platform/DragonFly.mk
--- a/mk/platform/DragonFly.mk  Tue Dec 21 13:50:23 2004 +0000
+++ b/mk/platform/DragonFly.mk  Tue Dec 21 13:52:26 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: DragonFly.mk,v 1.4 2004/11/16 18:04:00 tv Exp $
+# $NetBSD: DragonFly.mk,v 1.5 2004/12/21 13:52:26 grant Exp $
 #
 # Variable definitions for the DragonFly operating system.
 
@@ -138,6 +138,7 @@
 _OPSYS_HAS_MANZ=       yes     # MANZ controls gzipping of man pages
 _OPSYS_HAS_OSSAUDIO=   yes     # libossaudio is available
 _OPSYS_PERL_REQD=              # no base version of perl required
+_OPSYS_LIBTOOL_REQD=   1.5.10nb9
 _OPSYS_PTHREAD_AUTO=   no      # -lpthread needed for pthreads
 _OPSYS_SHLIB_TYPE=     ELF/a.out       # shared lib type
 _PATCH_CAN_BACKUP=     yes     # native patch(1) can make backups



Home | Main Index | Thread Index | Old Index