aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorolivierd <olivierd@FreeBSD.org>2015-05-12 23:32:18 +0800
committerolivierd <olivierd@FreeBSD.org>2015-05-12 23:32:18 +0800
commit15602304f8ee91668270bec192d271a7d93c6080 (patch)
tree9eef241f67ac10a50c640bd7783a842a7d4c73a1 /x11
parent8f6fd6677e15dae64eb76a4feeae31e0d8c830dc (diff)
downloadfreebsd-ports-gnome-15602304f8ee91668270bec192d271a7d93c6080.tar.gz
freebsd-ports-gnome-15602304f8ee91668270bec192d271a7d93c6080.tar.zst
freebsd-ports-gnome-15602304f8ee91668270bec192d271a7d93c6080.zip
- Replace spaces with commas in GNOME dependencies
- Fix gettext detection PR: 200019 Submitted by: Andriy Voskoboinyk
Diffstat (limited to 'x11')
-rw-r--r--x11/xfce4-taskmanager/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xfce4-taskmanager/Makefile b/x11/xfce4-taskmanager/Makefile
index 0d6f9d9ad192..97b6a4368f6e 100644
--- a/x11/xfce4-taskmanager/Makefile
+++ b/x11/xfce4-taskmanager/Makefile
@@ -17,14 +17,16 @@ LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gettext gmake pkgconfig tar:bzip2
USE_GNOME= glib20 cairo intltool intlhack
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_SINGLE= GTK
OPTIONS_SINGLE_GTK= GTK2 GTK3
OPTIONS_DEFAULT= GTK2
-GTK2_USE= GNOME=gtk20 libwnck
+GTK2_USE= GNOME=gtk20,libwnck
GTK2_CONFIGURE_ON= --enable-wnck --disable-wnck3
-GTK3_USE= GNOME=gtk30 libwnck3
+GTK3_USE= GNOME=gtk30,libwnck3
GTK3_CONFIGURE_ON= --enable-gtk3 --enable-wnck3 --disable-wnck
CONFIGURE_ARGS= --disable-gksu
3/+0 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+1 * - Get Rid MD5 supportmiwi2011-03-201-1/+0 * Sync to new bsd.autotools.mkade2010-12-041-1/+1 * Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thiskwm2010-11-201-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-0/+1 * Update to 2.2.8.kwm2010-05-123-4/+7 * Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thiskwm2010-05-113-35/+124 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-0/+1 * Update to 2.2.5.marcus2009-05-032-4/+4 * Update to 2.2.3ahze2008-08-253-7/+10 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1 * Update to 2.2.2.mezz2008-04-073-32/+78 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-35/+37 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Use libtool15 port instead of included version to avoid objformat a.out botchkris2007-02-101-0/+1 * INSTALLS_SHLIB -> USE_LDCONFIG.mezz2006-11-051-1/+1