aboutsummaryrefslogtreecommitdiff
path: root/x11/libXpm
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2015-07-01 20:29:40 +0000
committerJohan van Selst <johans@FreeBSD.org>2015-07-01 20:29:40 +0000
commitdbe55cc75f15228c42bb5fd5ca44d3c52ba1c260 (patch)
tree67344cd43a608e358771fcc07d59c24185e66b33 /x11/libXpm
parentc389e6d809c8e50b42421cf4ed381b68eb64127c (diff)
downloadports-dbe55cc75f15228c42bb5fd5ca44d3c52ba1c260.tar.gz
ports-dbe55cc75f15228c42bb5fd5ca44d3c52ba1c260.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
Notes
Notes: svn path=/head/; revision=391122
Diffstat (limited to 'x11/libXpm')
-rw-r--r--x11/libXpm/Makefile10
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>