diff options
author | johans <johans@FreeBSD.org> | 2015-07-02 04:29:40 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2015-07-02 04:29:40 +0800 |
commit | 3f09ba17e3a6ba5e8aa2bc423df6da2cf8917418 (patch) | |
tree | 67344cd43a608e358771fcc07d59c24185e66b33 /x11 | |
parent | edf32ad0731b05019919d9b866b5dab76016f3c8 (diff) | |
download | freebsd-ports-gnome-3f09ba17e3a6ba5e8aa2bc423df6da2cf8917418.tar.gz freebsd-ports-gnome-3f09ba17e3a6ba5e8aa2bc423df6da2cf8917418.tar.zst freebsd-ports-gnome-3f09ba17e3a6ba5e8aa2bc423df6da2cf8917418.zip |
- Make implicit dependency on gettext explicit (and enable by default)
also disable autodetection when not desired
- Strip installed library
- Bump portrevision
PR: 201256
Submitted by: Andriy Voskoboinyk
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXpm/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/x11/libXpm/Makefile b/x11/libXpm/Makefile index 0f1b27dbd779..e74a65ad7eb6 100644 --- a/x11/libXpm/Makefile +++ b/x11/libXpm/Makefile @@ -3,7 +3,7 @@ PORTNAME= libXpm PORTVERSION= 3.5.11 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -13,5 +13,13 @@ LICENSE= MIT XORG_CAT= lib USE_XORG= xproto x11 xext xextproto xt +LDFLAGS+= -L${LOCALBASE}/lib + +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT= NLS +NLS_USES= gettext +NLS_CONFIGURE_ENV_OFF= ac_cv_search_gettext=no + +INSTALL_TARGET= install-strip .include <bsd.port.mk> |