diff options
author | krion <krion@FreeBSD.org> | 2004-08-02 08:29:01 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-02 08:29:01 +0000 |
commit | e5afd50fbe0516f33a362a63bdf66e38b81864b8 (patch) | |
tree | e83b3255d5d696e05b733fbb6204c6b187010d9a /net-mgmt/ap-utils/Makefile | |
parent | 8dd54d1ac37f7b024c175800c6e6ce2b7a90f21f (diff) | |
download | FreeBSD-ports-e5afd50fbe0516f33a362a63bdf66e38b81864b8.zip FreeBSD-ports-e5afd50fbe0516f33a362a63bdf66e38b81864b8.tar.gz |
Update to 1.4.1
PR: ports/69856
Submitted by: maintainer
Diffstat (limited to 'net-mgmt/ap-utils/Makefile')
-rw-r--r-- | net-mgmt/ap-utils/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/net-mgmt/ap-utils/Makefile b/net-mgmt/ap-utils/Makefile index 2e4ac46..6d2b7ea 100644 --- a/net-mgmt/ap-utils/Makefile +++ b/net-mgmt/ap-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ap-utils -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,11 +17,18 @@ COMMENT= A set of utilities to configure and monitor wireless access points GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_BZIP2= yes -USE_GETTEXT= yes USE_REINPLACE= yes CONFIGURE_ENV= LDFLAGS="-lintl -L${LOCALBASE}/lib" MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 +.if !defined(WITHOUT_NLS) +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " +.endif + post-patch: @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure |