summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-12-21 13:52:26 +0000
committergrant <grant@pkgsrc.org>2004-12-21 13:52:26 +0000
commit2ba54e3789e724f7868305b3cf3ba23e32698f28 (patch)
treeb90cff250602d6ae7a13579e5a4aaebf7ed42a1e /mk
parent3fe88ca7b04d2e850a7dbb14e8d6ff26f4ed66f4 (diff)
downloadpkgsrc-2ba54e3789e724f7868305b3cf3ba23e32698f28.tar.gz
libtool>=1.5.10nb9 actually works on DragonFly, so require at
least that version.
Diffstat (limited to 'mk')
-rw-r--r--mk/platform/DragonFly.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/platform/DragonFly.mk b/mk/platform/DragonFly.mk
index 789117e608f..3dc2f635c59 100644
--- a/mk/platform/DragonFly.mk
+++ b/mk/platform/DragonFly.mk
@@ -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_JAVA= no # Java is not standard
_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