diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-27 18:15:58 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-27 18:15:58 +0000 |
commit | 6db16e2a48c29e1720c871dad0ea48b2ceed6fe9 (patch) | |
tree | 0b22b55202f8bedc40f1588da2f2d30c23e34781 /x11-wm | |
parent | 6d2c7712d6718623c1edbfcca574a60f7370cabb (diff) | |
download | FreeBSD-ports-6db16e2a48c29e1720c871dad0ea48b2ceed6fe9.zip FreeBSD-ports-6db16e2a48c29e1720c871dad0ea48b2ceed6fe9.tar.gz |
fix build
Noted by: pointyhat
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/xfce4-menueditor/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/xfce4-menueditor/Makefile b/x11-wm/xfce4-menueditor/Makefile index 03d2053..522a71b 100644 --- a/x11-wm/xfce4-menueditor/Makefile +++ b/x11-wm/xfce4-menueditor/Makefile @@ -22,14 +22,17 @@ LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ USE_GNOME= gtk20 libxml2 USE_BZIP2= yes USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 +USE_REINPLACE= yes +USE_LIBTOOL_VER=15 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 - WRKSRC= ${WRKDIR}/${PORTNAME} +post-patch: + @${REINPLACE_CMD} -e 's|#include <libintl.h>||' \ + ${WRKSRC}/menueditor/menueditor.h + .include <bsd.port.mk> |