diff options
author | olivierd <olivierd@FreeBSD.org> | 2013-10-15 02:57:19 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2013-10-15 02:57:19 +0800 |
commit | 583a1d2f6cd05a4ca0bf9b968ee53d5cfc6c984c (patch) | |
tree | 6da7cc3b891ff4d786c102bb2c0f44b31d1fba40 /misc | |
parent | 71f9ce3de813ab4d32b30096c151a9014cca56d6 (diff) | |
download | freebsd-ports-gnome-583a1d2f6cd05a4ca0bf9b968ee53d5cfc6c984c.tar.gz freebsd-ports-gnome-583a1d2f6cd05a4ca0bf9b968ee53d5cfc6c984c.tar.zst freebsd-ports-gnome-583a1d2f6cd05a4ca0bf9b968ee53d5cfc6c984c.zip |
- Support STAGEDIR
- Convert to new LIB_DEPENDS format
- Switch to USES= gmake
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xfce4-appfinder/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 299e47bb5a12..3e2df4d0211f 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -11,18 +11,16 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Application launcher and finder -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= pathfix pkgconfig gmake USE_GNOME= gtk20 glib20 intltool intlhack USE_XFCE= configenv garcon libmenu libutil xfconf OPTIONS_DEFINE= NLS -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} |