diff options
author | grant <grant> | 2004-01-29 13:14:47 +0000 |
---|---|---|
committer | grant <grant> | 2004-01-29 13:14:47 +0000 |
commit | ee17272bc7f611c7fc99e9b939c8ee6cab9ea766 (patch) | |
tree | 9f6cd279ac252a53a6afca9cd560e40122c7a52c /archivers | |
parent | 35f7811fb833f45f4e8df20cc83c4fb14be5a4ea (diff) | |
download | pkgsrc-ee17272bc7f611c7fc99e9b939c8ee6cab9ea766.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" |