diff options
author | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-08 22:13:56 +0000 |
---|---|---|
committer | Sylvio Cesar Teixeira <sylvio@FreeBSD.org> | 2010-03-08 22:13:56 +0000 |
commit | 2a8fccc47bb0739ece2f5188de7ec1c7f49dc9ea (patch) | |
tree | fe136024d8a3f55e2a1db96ff6c5440594a1a6bc /misc | |
parent | 215fa90969353b5bb61e43e6d399edc5e23b54e5 (diff) | |
download | ports-2a8fccc47bb0739ece2f5188de7ec1c7f49dc9ea.tar.gz ports-2a8fccc47bb0739ece2f5188de7ec1c7f49dc9ea.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
Notes
Notes:
svn path=/head/; revision=250715
Diffstat (limited to 'misc')
-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 |