diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:28:39 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-04 03:28:39 +0800 |
commit | ae6b1554b7d5c8bf07e454c7c5b9091c9df91982 (patch) | |
tree | b37b0c010ddd50dd4e9b9a17083d77a0ce9f467a /x11/xnee/Makefile | |
parent | 95bad12197c04fbd62889495220951432dd919e4 (diff) | |
download | freebsd-ports-gnome-ae6b1554b7d5c8bf07e454c7c5b9091c9df91982.tar.gz freebsd-ports-gnome-ae6b1554b7d5c8bf07e454c7c5b9091c9df91982.tar.zst freebsd-ports-gnome-ae6b1554b7d5c8bf07e454c7c5b9091c9df91982.zip |
upgrade to 1.0.1
PR: 46434
Submitted by: Ports Fury
Diffstat (limited to 'x11/xnee/Makefile')
-rw-r--r-- | x11/xnee/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xnee/Makefile b/x11/xnee/Makefile index e831c5cbbd96..12fc25d05069 100644 --- a/x11/xnee/Makefile +++ b/x11/xnee/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xnee -PORTVERSION= 0.9 +PORTVERSION= 1.0.1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_X_PREFIX= yes +USE_PERL5= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |