diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:48:38 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 23:48:38 +0800 |
commit | cb04eb77a7215ec5b4b845de06b0a4be4aa8866e (patch) | |
tree | 59ffbcd8e9d6ad38ef27a725edf92837d9b092f4 | |
parent | 92b1cd704c36e310563b1cb0e66e69be16b2ea01 (diff) | |
download | freebsd-ports-gnome-cb04eb77a7215ec5b4b845de06b0a4be4aa8866e.tar.gz freebsd-ports-gnome-cb04eb77a7215ec5b4b845de06b0a4be4aa8866e.tar.zst freebsd-ports-gnome-cb04eb77a7215ec5b4b845de06b0a4be4aa8866e.zip |
Get rid of USE_X_PREFIX.
-rw-r--r-- | audio/schism/Makefile | 3 | ||||
-rw-r--r-- | misc/gopod/Makefile | 1 | ||||
-rw-r--r-- | misc/gtk-gopod/Makefile | 1 |
3 files changed, 2 insertions, 3 deletions
diff --git a/audio/schism/Makefile b/audio/schism/Makefile index db97c41f800d..37ae2fce1cef 100644 --- a/audio/schism/Makefile +++ b/audio/schism/Makefile @@ -7,7 +7,7 @@ PORTNAME= schism DISTVERSION= 0.2a -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= http://rigelseven.com/schism/dl/ \ http://critical.ch/distfiles/ \ @@ -20,7 +20,6 @@ ONLY_FOR_ARCHS= i386 USE_BZIP2= yes USE_SDL= yes -USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GCC= 3.4 diff --git a/misc/gopod/Makefile b/misc/gopod/Makefile index 07b9483c72d3..fa9fcb503d3b 100644 --- a/misc/gopod/Makefile +++ b/misc/gopod/Makefile @@ -7,6 +7,7 @@ PORTNAME= gopod PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://gopod.free-go.net/gopod/ \ http://critical.ch/distfiles/ \ diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile index 073462c28d5a..94f308e1ffc4 100644 --- a/misc/gtk-gopod/Makefile +++ b/misc/gtk-gopod/Makefile @@ -11,7 +11,6 @@ COMMENT= GTK Utility to cap/uncap an iPod MASTERDIR= ${.CURDIR}/../gopod -USE_X_PREFIX= yes USE_GNOME= gtk20 RESTRICTED= "Unclear legal status in EU countries" |