diff options
author | sakamoto <sakamoto> | 1999-06-18 06:45:59 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-06-18 06:45:59 +0000 |
commit | 45299af3dae6d4eab763c69f4be1f421eff56678 (patch) | |
tree | a7744fad9cfa00204343a3a26e76530c97d14aff /sysutils/xps/Makefile | |
parent | 474a8f7d0b2df306b1af806e648431f2cd069ce1 (diff) | |
download | pkgsrc-45299af3dae6d4eab763c69f4be1f421eff56678.tar.gz |
Update xps to 3.12.
Diffstat (limited to 'sysutils/xps/Makefile')
-rw-r--r-- | sysutils/xps/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/sysutils/xps/Makefile b/sysutils/xps/Makefile index 9b029f76627..c5fcae5445d 100644 --- a/sysutils/xps/Makefile +++ b/sysutils/xps/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 1999/05/29 17:57:52 sakamoto Exp $ +# $NetBSD: Makefile,v 1.6 1999/06/18 06:45:59 sakamoto Exp $ -DISTNAME= xps-3.10 +DISTNAME= xps-3.12 CATEGORIES= sysutils MASTER_SITES= ftp://ftp.netwinder.org/users/r/rocky/ @@ -9,13 +9,10 @@ HOMEPAGE= http://www.netwinder.org/~rocky/xps-home/ BUILD_DEPENDS= ${LOCALBASE}/bin/perl:${PKGSRCDIR}/lang/perl5 -USE_GMAKE= yes -USE_X11BASE= yes -USE_MOTIF= yes +USE_GMAKE= YES +USE_X11BASE= YES +USE_MOTIF= YES -GNU_CONFIGURE= yes - -post-extract: - @${TOUCH} ${WRKSRC}/configure +GNU_CONFIGURE= YES .include "../../mk/bsd.pkg.mk" |