diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-07-29 19:53:48 +0000 |
commit | 7d11a5f06cccc7556c16b28cc19f17e6f744b5dc (patch) | |
tree | 38cd7cd768b64276f1e1419e1786496b393339b5 /x11-wm/xfce4-menueditor/Makefile | |
parent | 1324d86f0e938be985b7471313d70097bc27291f (diff) |
Notes
Diffstat (limited to 'x11-wm/xfce4-menueditor/Makefile')
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile index edb852b286a9..f72d18034783 100644 --- a/x11-wm/xfce4-menueditor/Makefile +++ b/x11-wm/xfce4-menueditor/Makefile @@ -7,7 +7,7 @@ PORTNAME= xfce4-menueditor PORTVERSION= 1.05 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm xfce MASTER_SITES= http://users.skynet.be/p0llux/files/ \ http://matt.nerim.net/xfce-goodies/ @@ -19,12 +19,14 @@ COMMENT= Menu Editor for the XFce desktop environment LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui -PLIST_FILES= bin/xfce4-menueditor USE_GNOME= gtk20 libxml2 USE_BZIP2= yes USE_X_PREFIX= yes USE_LIBTOOL_VER=13 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-cvs |