diff options
author | kris <kris@FreeBSD.org> | 2006-01-23 07:03:15 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-01-23 07:03:15 +0800 |
commit | e94e5ffc14bd18006ebf9e07e00a3bf8f71c56a5 (patch) | |
tree | a7abe5def8091d074013cd66b3837c9f3f00c4b7 /security | |
parent | a0eb085a56ab063c60ec2cb859d630c89dc5620e (diff) | |
download | freebsd-ports-graphics-e94e5ffc14bd18006ebf9e07e00a3bf8f71c56a5.tar.gz freebsd-ports-graphics-e94e5ffc14bd18006ebf9e07e00a3bf8f71c56a5.tar.zst freebsd-ports-graphics-e94e5ffc14bd18006ebf9e07e00a3bf8f71c56a5.zip |
BROKEN when WITHOUT_NLS: compile fails without gettext
Diffstat (limited to 'security')
-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 53c232069c9..5929927f25f 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 |