mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
- 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
This commit is contained in:
parent
c389e6d809
commit
dbe55cc75f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=391122
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user