diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 22:01:53 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2008-03-17 22:01:53 +0800 |
commit | c1f3fabffcbe88e176c8c8972089516e429dac16 (patch) | |
tree | 763a4ca6b5512192803efe436c3b9b26dc4c0860 /x11 | |
parent | b00cf93136521510a07e9cbc53a694134ca99e9d (diff) | |
download | freebsd-ports-gnome-c1f3fabffcbe88e176c8c8972089516e429dac16.tar.gz freebsd-ports-gnome-c1f3fabffcbe88e176c8c8972089516e429dac16.tar.zst freebsd-ports-gnome-c1f3fabffcbe88e176c8c8972089516e429dac16.zip |
Get rid of USE_X_PREFIX.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk-launch/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile index d0e384e9ca0e..115d456aba6a 100644 --- a/x11/gtk-launch/Makefile +++ b/x11/gtk-launch/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtk-launch DISTVERSION= 1.1b -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ http://critical.ch/distfiles/ \ @@ -16,7 +16,6 @@ MASTER_SITES= http://pierric.descamps.free.fr/pierric/downloads/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A fast GTK+ program launcher -USE_X_PREFIX= yes USE_GNOME= gtk12 PLIST_FILES= bin/gtk-launch |