diff options
author | grant <grant> | 2004-12-21 13:52:26 +0000 |
---|---|---|
committer | grant <grant> | 2004-12-21 13:52:26 +0000 |
commit | 7f17db841c7a94de5f068130d6347fb5705d7a13 (patch) | |
tree | b90cff250602d6ae7a13579e5a4aaebf7ed42a1e /mk | |
parent | dbe81556d4cce3da0be1e36050889f0de0b2e127 (diff) | |
download | pkgsrc-7f17db841c7a94de5f068130d6347fb5705d7a13.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.mk | 3 |
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 |