diff options
Diffstat (limited to 'x11/xlupe/Makefile')
-rw-r--r-- | x11/xlupe/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 8aaa87cf7764..e2bf45983ea5 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -6,15 +6,11 @@ # PORTNAME= xlupe -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= x11 MASTER_SITES= http://www.core.de/~coto/projects/xlupe/ USE_IMAKE= yes USE_XPM= yes -USE_MOTIF= yes - -#post-install: -# strip ${PREFIX}/bin/xlupe .include <bsd.port.mk> |