diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-25 15:18:27 +0000 |
commit | a6d2f30533e141f8a5dc3d20b01d58339654c5cf (patch) | |
tree | c350c4abc20ce22bda0b7dba0636816742669bc8 /x11-wm/plank/Makefile | |
parent | ac56971df4fe7c1fad64354371b6054246299b18 (diff) | |
download | ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.tar.gz ports-a6d2f30533e141f8a5dc3d20b01d58339654c5cf.zip |
Notes
Diffstat (limited to 'x11-wm/plank/Makefile')
-rw-r--r-- | x11-wm/plank/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-wm/plank/Makefile b/x11-wm/plank/Makefile index e451ab6e67f0..e9fee96f38be 100644 --- a/x11-wm/plank/Makefile +++ b/x11-wm/plank/Makefile @@ -15,11 +15,13 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen LIB_DEPENDS= libbamf3.so:${PORTSDIR}/sysutils/bamf \ - libgee-0.8.so:${PORTSDIR}/devel/libgee + libgee-0.8.so:${PORTSDIR}/devel/libgee -USES= tar:xz pkgconfig gmake pathfix libtool +USES= tar:xz pkgconfig gmake pathfix libtool GNU_CONFIGURE= yes -USE_GNOME= glib20 gtk30 gdkpixbuf2 libxml2 libwnck3 +CPPFLAGS+= -I${LOCALBASE}/include +LIBS+= -L${LOCALBASE}/lib +USE_GNOME= glib20 gtk30 gdkpixbuf2 intlhack libxml2 libwnck3 USE_XORG= x11 INSTALLS_ICONS= yes OPTIONS_SUB= yes |