diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-16 16:37:02 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-16 16:37:02 +0000 |
commit | 2e2bc5d0daf35e4568427dac33984d29767f04d3 (patch) | |
tree | 5757219a30f1cdc13e370eb5deed10391941d5ec /archivers | |
parent | 4c8901c91dc90b4986416590586dcbe1dbc4827d (diff) | |
download | pkgsrc-2e2bc5d0daf35e4568427dac33984d29767f04d3.tar.gz |
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile index dcc664d13ff..025eeef4090 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/05/12 05:31:28 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/16 16:37:02 minskim Exp $ # DISTNAME= dar-2.0.2 @@ -11,6 +11,8 @@ HOMEPAGE= http://dar.linux.free.fr/ COMMENT= Disk archiver USE_BUILDLINK3= yes +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-nodump-flag |