diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-03-09 06:13:56 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-03-09 06:13:56 +0800 |
commit | 7004bfea00ccce6395498e4a7db38f9b35de1ca3 (patch) | |
tree | 657248f2883c250ad65a3e41f7d34a094c627dd2 /misc/help2man | |
parent | 19ac04adc1c220ae3983c6c597f2cb33192e80c7 (diff) | |
download | freebsd-ports-gnome-7004bfea00ccce6395498e4a7db38f9b35de1ca3.tar.gz freebsd-ports-gnome-7004bfea00ccce6395498e4a7db38f9b35de1ca3.tar.zst freebsd-ports-gnome-7004bfea00ccce6395498e4a7db38f9b35de1ca3.zip |
- Add CFLAGS to build port with "-lintl", because this port when
build with GCC > 4.4 the port enable bindtextdomain.so
- Add bindtextdomain.so for plist.
- BUMP PORTREVISION
PR: ports/144208
Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
Approved by: itetcu (mentor)
Feature safe: yes
Diffstat (limited to 'misc/help2man')
-rw-r--r-- | misc/help2man/Makefile | 2 | ||||
-rw-r--r-- | misc/help2man/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/misc/help2man/Makefile b/misc/help2man/Makefile index 5ca0f42632d2..6c866a82f859 100644 --- a/misc/help2man/Makefile +++ b/misc/help2man/Makefile @@ -8,6 +8,7 @@ PORTNAME= help2man PORTVERSION= 1.37.1 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,6 +31,7 @@ INSTALL_TARGET= install .endif GNU_CONFIGURE= yes +CFLAGS+= -L${LOCALBASE}/lib -lintl USE_GMAKE= yes USE_PERL5= yes diff --git a/misc/help2man/pkg-plist b/misc/help2man/pkg-plist index f652a3d4d2d0..f09f2332173b 100644 --- a/misc/help2man/pkg-plist +++ b/misc/help2man/pkg-plist @@ -1,4 +1,5 @@ bin/help2man +lib/bindtextdomain.so %%NLS%%share/locale/de/LC_MESSAGES/help2man.mo %%NLS%%share/locale/fi/LC_MESSAGES/help2man.mo %%NLS%%share/locale/fr/LC_MESSAGES/help2man.mo |