diff options
author | mat <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-10-21 23:21:13 +0800 |
commit | 60e51bda11dcc0742419f2a459990d0d81cb07d8 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /polish/gnugadu2 | |
parent | 3432585b4743642027fc2b3af5eac2780fc2c4cd (diff) | |
download | freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.tar.gz freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.tar.zst freebsd-ports-gnome-60e51bda11dcc0742419f2a459990d0d81cb07d8.zip |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'polish/gnugadu2')
-rw-r--r-- | polish/gnugadu2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/polish/gnugadu2/Makefile b/polish/gnugadu2/Makefile index da72c8137719..38fca8ed0a9b 100644 --- a/polish/gnugadu2/Makefile +++ b/polish/gnugadu2/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libgadu.so:polish/libgadu \ GNU_CONFIGURE= yes INSTALLS_ICONS= yes -USES= gettext gmake perl5 pkgconfig tar:bzip2 libtool +USES= gettext gmake pathfix perl5 pkgconfig tar:bzip2 libtool USE_GNOME= gtk20 USE_LDCONFIG= yes USE_XORG= x11 xaw ice xscrnsaver @@ -80,7 +80,7 @@ XOSD_CONFIGURE_WITH= xosd post-patch: @${REINPLACE_CMD} -e 's,=.*},=${PREFIX},' ${WRKSRC}/src/plugins/dbus/org.freedesktop.im.GG.service - @${REINPLACE_CMD} -e 's, -ldl,, ; s,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' ${WRKSRC}/lib/Makefile.in + @${REINPLACE_CMD} -e 's, -ldl,,' ${WRKSRC}/lib/Makefile.in @${REINPLACE_CMD} -e 's,(datadir)/pixmaps,(datadir)/icons/hicolor/48x48/apps,' ${WRKSRC}/pixmaps/Makefile.in @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' ${WRKSRC}/src/plugins/GUI/gtkimhtml.c |