aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-22 23:03:15 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-22 23:03:15 +0000
commit2d487379c640c1b8698b3f0595e7d24eddc68703 (patch)
tree49129efc08144d7849a822eca61654a9cfaf7fc1 /security
parentf6fd75c2ae62bcb5b105120a43fe39f04dc98f33 (diff)
downloadports-2d487379c640c1b8698b3f0595e7d24eddc68703.tar.gz
ports-2d487379c640c1b8698b3f0595e7d24eddc68703.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/newpki-lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/newpki-lib/Makefile b/security/newpki-lib/Makefile
index 53c232069c99..5929927f25fd 100644
--- a/security/newpki-lib/Makefile
+++ b/security/newpki-lib/Makefile
@@ -25,6 +25,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/newpki
.if defined(WITHOUT_NLS)
+BROKEN= "Does not build without gettext"
PLIST_SUB+= NLS="@comment "
CONFIGURE_ARGS+= --disable-nls
.else