diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-19 06:13:49 +0000 |
commit | a1c8691e690406dc43bdfbeba1f767ec9c888a56 (patch) | |
tree | fa72be9fca7f271adafce1ba7c41564af40b9142 /sysutils/xfce4-mcs-manager/Makefile | |
parent | ec87d489f3c19bca94120cbfd92bd9ecb75f0b92 (diff) | |
download | ports-a1c8691e690406dc43bdfbeba1f767ec9c888a56.tar.gz ports-a1c8691e690406dc43bdfbeba1f767ec9c888a56.zip |
Notes
Diffstat (limited to 'sysutils/xfce4-mcs-manager/Makefile')
-rw-r--r-- | sysutils/xfce4-mcs-manager/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/xfce4-mcs-manager/Makefile b/sysutils/xfce4-mcs-manager/Makefile index 5d9622761a26..935e72ab9494 100644 --- a/sysutils/xfce4-mcs-manager/Makefile +++ b/sysutils/xfce4-mcs-manager/Makefile @@ -7,6 +7,7 @@ PORTNAME= xfce4-mcs-manager PORTVERSION= 4.0.0 +PORTREVISION= 1 CATEGORIES= sysutils xfce MASTER_SITES= http://www.xfce.org/archive/xfce-${PORTVERSION}/src/ \ http://linux.imp.mx/xfce4/xfce_${PORTVERSION}/src/ @@ -16,7 +17,8 @@ DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 settings manager -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui \ xfce4mcs-manager.1:${PORTSDIR}/x11/libxfce4mcs @@ -25,6 +27,9 @@ USE_REINPLACE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ + CPPFLAGS=-I${LOCALBASE}/include \ + LIBS=-L${LOCALBASE}/lib post-patch: ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ |