diff options
author | grant <grant@pkgsrc.org> | 2004-01-29 13:14:47 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-01-29 13:14:47 +0000 |
commit | 95dbafaa599a98924bdd36ee8f4af8401f5fc018 (patch) | |
tree | 9f6cd279ac252a53a6afca9cd560e40122c7a52c /archivers | |
parent | 75812f4da02f8b467d9cc6b03c195d247ba1a3f0 (diff) | |
download | pkgsrc-95dbafaa599a98924bdd36ee8f4af8401f5fc018.tar.gz |
bl3ify, gives this a chance of building with SunPro.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xpk/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/archivers/xpk/Makefile b/archivers/xpk/Makefile index 7ff5db3e440..b4411b0b5b2 100644 --- a/archivers/xpk/Makefile +++ b/archivers/xpk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:21:47 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/29 13:14:47 grant Exp $ # FreeBSD Id: ports/archivers/xpk/Makefile,v 1.7 2002/10/18 07:58:00 adamw Exp DISTNAME= xpk-0.1.4 @@ -10,8 +10,11 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.jormas.com/~vesuri/xpk/ COMMENT= The eXternal PacKer (XPK) library system -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig +PKG_INSTALLATION_TYPES= overwrite pkgviews +USE_BUILDLINK3= yes + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../mk/bsd.pkg.mk" |