diff options
author | demon <demon@FreeBSD.org> | 2007-07-05 17:00:01 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2007-07-05 17:00:01 +0800 |
commit | 78d0067c009ee0bb4c84a8a9c2075556f2508946 (patch) | |
tree | 2486580e83d4e126befe39fbb6e380a2df28a59d /x11-fm/xnc | |
parent | f4776e397c6a0d0a86f58a925c4c395752da4b79 (diff) | |
download | freebsd-ports-gnome-78d0067c009ee0bb4c84a8a9c2075556f2508946.tar.gz freebsd-ports-gnome-78d0067c009ee0bb4c84a8a9c2075556f2508946.tar.zst freebsd-ports-gnome-78d0067c009ee0bb4c84a8a9c2075556f2508946.zip |
Unbreak.
PR: 114302
Submitted by: novel
Diffstat (limited to 'x11-fm/xnc')
-rw-r--r-- | x11-fm/xnc/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-fm/xnc/Makefile b/x11-fm/xnc/Makefile index 08bd1cc10e39..fea15a4eb4c1 100644 --- a/x11-fm/xnc/Makefile +++ b/x11-fm/xnc/Makefile @@ -26,8 +26,6 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff -BROKEN= Does not build - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GETTEXT= yes USE_XLIB= yes @@ -38,6 +36,13 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= ives.1 xjpegroot.1 xnc.1 xnlaunch.1 iedit.1 iview.1 +post-configure: + ${REINPLACE_CMD} -e 's|-I$$(MYSRCDIR)/intl||;s|$${top_builddir}/intl/libintl.a|-lintl|' \ + ${WRKSRC}/src/ives/makefile \ + ${WRKSRC}/src/launch/makefile \ + ${WRKSRC}/src/xsetup/makefile \ + ${WRKSRC}/src/makefile + post-install: @${CAT} ${PKGMESSAGE} |