svn commit: r391122 - head/x11/libXpm

Johan van Selst johans at FreeBSD.org
Wed Jul 1 20:29:41 UTC 2015


Author: johans
Date: Wed Jul  1 20:29:40 2015
New Revision: 391122
URL: https://svnweb.freebsd.org/changeset/ports/391122

Log:
  - 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

Modified:
  head/x11/libXpm/Makefile

Modified: head/x11/libXpm/Makefile
==============================================================================
--- head/x11/libXpm/Makefile	Wed Jul  1 20:27:19 2015	(r391121)
+++ head/x11/libXpm/Makefile	Wed Jul  1 20:29:40 2015	(r391122)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libXpm
 PORTVERSION=	3.5.11
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	x11
 
 MAINTAINER=	x11 at 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>


More information about the svn-ports-all mailing list