diff options
author | beech <beech@FreeBSD.org> | 2008-03-22 04:00:05 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-22 04:00:05 +0800 |
commit | 03474558bdc8eb0fb8c07d0897dac7152ba4a759 (patch) | |
tree | b77d2e907b22f04c241c9e5942a0d0f1cdbb3613 | |
parent | 33efb9539c7d4e3bd619b8bdb28e4d500ec5282f (diff) | |
download | freebsd-ports-gnome-03474558bdc8eb0fb8c07d0897dac7152ba4a759.tar.gz freebsd-ports-gnome-03474558bdc8eb0fb8c07d0897dac7152ba4a759.tar.zst freebsd-ports-gnome-03474558bdc8eb0fb8c07d0897dac7152ba4a759.zip |
- Remove USE_X_PREFIX
- Bump portrevision
Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
-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 |