diff options
author | bapt <bapt@FreeBSD.org> | 2013-04-23 15:14:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-04-23 15:14:15 +0800 |
commit | 64d70ac4ccbe0791111277d48c0e6835936c12e3 (patch) | |
tree | 45086237042ed02ea3c39e08708e946fc3f4da18 /deskutils/orage | |
parent | 8e7a63fec8f6eb66e5f5779b598c7cd8ff20902a (diff) | |
download | freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.tar.gz freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.tar.zst freebsd-ports-gnome-64d70ac4ccbe0791111277d48c0e6835936c12e3.zip |
Convert deskutils to USES=pkgconfig
Diffstat (limited to 'deskutils/orage')
-rw-r--r-- | deskutils/orage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/orage/Makefile b/deskutils/orage/Makefile index 2923eb629434..f52bfab30fb5 100644 --- a/deskutils/orage/Makefile +++ b/deskutils/orage/Makefile @@ -15,11 +15,11 @@ LIB_DEPENDS= popt:${PORTSDIR}/devel/popt GNU_CONFIGURE= yes INSTALLS_ICONS= yes +USES= pkgconfig USE_BZIP2= yes USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gnomehack gtk20 intltool intlhack desktopfileutils -USE_PKGCONFIG= build USE_XFCE= configenv libmenu panel USE_XORG= xext xrender xinerama xi xrandr xcursor xcomposite xdamage x11 \ xfixes |