diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 23:03:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-22 23:03:15 +0000 |
commit | 2d487379c640c1b8698b3f0595e7d24eddc68703 (patch) | |
tree | 49129efc08144d7849a822eca61654a9cfaf7fc1 /security/newpki-lib | |
parent | f6fd75c2ae62bcb5b105120a43fe39f04dc98f33 (diff) | |
download | ports-2d487379c640c1b8698b3f0595e7d24eddc68703.tar.gz ports-2d487379c640c1b8698b3f0595e7d24eddc68703.zip |
BROKEN when WITHOUT_NLS: compile fails without gettext
Notes
Notes:
svn path=/head/; revision=154198
Diffstat (limited to 'security/newpki-lib')
-rw-r--r-- | security/newpki-lib/Makefile | 1 |
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 |