diff options
-rw-r--r-- | x11/gtk-theme-switch/Makefile | 5 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/Makefile | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/x11/gtk-theme-switch/Makefile b/x11/gtk-theme-switch/Makefile index 5902ebe754b3..024d35e0b481 100644 --- a/x11/gtk-theme-switch/Makefile +++ b/x11/gtk-theme-switch/Makefile @@ -6,12 +6,13 @@ PORTVERSION= 1.0.1 PORTREVISION= 6 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ +PKGNAMESUFFIX= 1 MAINTAINER= ports@FreeBSD.org -COMMENT= A command line tool for switching GTK+ themes +COMMENT= Command line tool for switching GTK+ themes USE_GNOME= gtk12 -USE_GMAKE= yes +USES= gmake MAN1= gtk-theme-switch.1 diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile index bfbec5990357..9e5666f8a18e 100644 --- a/x11/gtk-theme-switch2/Makefile +++ b/x11/gtk-theme-switch2/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ MAINTAINER= oleg@bsdpower.com -COMMENT= A command line tool for switching GTK+ 2.0 themes +COMMENT= Command line tool for switching GTK+ 2.0 themes USES= gmake pkgconfig USE_XORG= x11 @@ -17,6 +17,4 @@ USE_GNOME= gtk20 MAN1= switch2.1 PLIST_FILES= bin/switch2 -LATEST_LINK= gtk-theme-switch2 - .include <bsd.port.mk> |