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 | a6dfb1b52703d27c0e41745af1cb6e546d9cd20c (patch) | |
tree | 9f6cd279ac252a53a6afca9cd560e40122c7a52c /archivers | |
parent | ff5887c7003b6b722faf125c9357ef430ce1e7e9 (diff) | |
download | pkgsrc-a6dfb1b52703d27c0e41745af1cb6e546d9cd20c.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" |