diff options
author | pav <pav@FreeBSD.org> | 2003-11-19 01:01:32 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-11-19 01:01:32 +0000 |
commit | 410f0e3463da7b114835b439a83be995e61ebfe2 (patch) | |
tree | c341eb1acd29f450ca833ad86f4208c7cda0b760 /x11-fm | |
parent | 13b39413eb4f1501ad4eb2ca89cb6f77b43bd4ae (diff) | |
download | FreeBSD-ports-410f0e3463da7b114835b439a83be995e61ebfe2.zip FreeBSD-ports-410f0e3463da7b114835b439a83be995e61ebfe2.tar.gz |
- Use system gettext instead of bundled one.
PR: ports/58541
Submitted by: Simon Barner <barner@in.tum.de>
Approved by: adamw (mentor)
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfe/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/xfe/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile index 7da1519..0113aa7 100644 --- a/x11-fm/xfe/Makefile +++ b/x11-fm/xfe/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ptiJo@noos.fr COMMENT= Fast MS-Explorer like filemanager for X LIB_DEPENDS= FOX:${PORTSDIR}/x11-toolkits/fox \ + intl.5:${PORTSDIR}/devel/gettext \ png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes @@ -32,6 +33,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-I/usr/include/fox|-I${LOCALBASE}/include/|g' \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/xfq/Makefile.in \ ${WRKSRC}/xfv/Makefile.in + @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure MAN1= xfe.1 xfq.1 xfv.1 diff --git a/x11-fm/xfe/pkg-plist b/x11-fm/xfe/pkg-plist index d1ff250..9db237f 100644 --- a/x11-fm/xfe/pkg-plist +++ b/x11-fm/xfe/pkg-plist @@ -1,7 +1,6 @@ bin/xfe bin/xfq bin/xfv -lib/charset.alias lib/foxicons/a_32x32.gif lib/foxicons/bak_16x16.gif lib/foxicons/bak_32x32.gif @@ -141,7 +140,6 @@ lib/foxicons/zip_32x32.gif lib/foxrc/Desktop share/locale/fr/LC_MESSAGES/xfe.mo share/locale/de/LC_MESSAGES/xfe.mo -share/locale/locale.alias share/locale/pt_BR/LC_MESSAGES/xfe.mo share/locale/pl/LC_MESSAGES/xfe.mo share/pixmaps/xfe.png |