diff options
-rw-r--r-- | lang/lush/Makefile | 4 | ||||
-rw-r--r-- | x11/electricsheep/Makefile | 3 | ||||
-rw-r--r-- | x11/mrxvt/Makefile | 5 |
3 files changed, 4 insertions, 8 deletions
diff --git a/lang/lush/Makefile b/lang/lush/Makefile index ff70bf627605..0a24f011c9f5 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -8,14 +8,12 @@ PORTNAME= lush PORTVERSION= 1.2.1 PORTREVISION= 2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= lush +MASTER_SITES= SF MAINTAINER= dyeske@gmail.com COMMENT= A high level object-oriented programming language USE_GETTEXT= yes -USE_X_PREFIX= yes USE_GL= yes USE_SDL= sdl image GNU_CONFIGURE= yes diff --git a/x11/electricsheep/Makefile b/x11/electricsheep/Makefile index 4a5a0f8eccdb..0e4e5518e5c2 100644 --- a/x11/electricsheep/Makefile +++ b/x11/electricsheep/Makefile @@ -7,7 +7,7 @@ PORTNAME= electricsheep PORTVERSION= 2.6.8 -PORTREVISION= 3 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= x11 MASTER_SITES= http://electricsheep.org/ @@ -26,7 +26,6 @@ RUN_DEPENDS= xloadimage:${PORTSDIR}/x11/xloadimage \ RUN_DEPENDS+= xscreensaver:${PORTSDIR}/x11/xscreensaver .endif -USE_X_PREFIX= yes USE_SDL= sdl GNU_CONFIGURE= yes diff --git a/x11/mrxvt/Makefile b/x11/mrxvt/Makefile index 70a1b1ae57d5..17ad15ce0bcc 100644 --- a/x11/mrxvt/Makefile +++ b/x11/mrxvt/Makefile @@ -7,9 +7,9 @@ PORTNAME= mrxvt PORTVERSION= 0.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= SF MASTER_SITE_SUBDIR= materm EXTRACT_SUFX= .tgz @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ CONFLICTS= mrxvt-0.5.* -USE_X_PREFIX= yes GNU_CONFIGURE= yes .if defined(WITH_JAPANESE) |