diff options
-rw-r--r-- | biology/L-Breeder/Makefile | 3 | ||||
-rw-r--r-- | biology/lsysexp/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/biology/L-Breeder/Makefile b/biology/L-Breeder/Makefile index c085070960e8..e83e6a0d2058 100644 --- a/biology/L-Breeder/Makefile +++ b/biology/L-Breeder/Makefile @@ -8,7 +8,7 @@ PORTNAME= LBreeder PORTVERSION= 1.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= biology MASTER_SITES= http://www.simonyi.ox.ac.uk/dawkins/software/yan/L-Breeder/ DISTNAME= ${PORTNAME}-source @@ -22,7 +22,6 @@ NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/Unix USE_ZIP= yes -USE_X_PREFIX= yes USE_GL= yes USE_GMAKE= yes USE_WX= 2.4 diff --git a/biology/lsysexp/Makefile b/biology/lsysexp/Makefile index a76947f9c9f9..f7f2de56cf09 100644 --- a/biology/lsysexp/Makefile +++ b/biology/lsysexp/Makefile @@ -7,7 +7,7 @@ PORTNAME= lsysexp PORTVERSION= 0.67 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= biology MASTER_SITES= http://coscorrosa.com/programs/${PORTNAME}/download/ \ http://freebsd.unixfreunde.de/sources/ @@ -17,7 +17,6 @@ COMMENT= A GTK based program for viewing and creating L-system fractals WRKSRC= ${WRKDIR}/lsysexp-0.67 -USE_X_PREFIX= yes USE_GNOME= gtk20 GNU_CONFIGURE= yes |