diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 15:48:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-03-17 15:48:38 +0000 |
commit | 2cb22577e6d86c816fb5045beba1a99a5ff07004 (patch) | |
tree | c67c4fd25fd34b95e189e52d69fd462185ac82f2 /misc | |
parent | Get rid of USE_X_PREFIX. (diff) |
Get rid of USE_X_PREFIX.
Notes
Notes:
svn path=/head/; revision=209214
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gopod/Makefile | 1 | ||||
-rw-r--r-- | misc/gtk-gopod/Makefile | 1 |
2 files changed, 1 insertions, 1 deletions
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" |