diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 17:22:39 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-04-11 17:22:39 +0800 |
commit | 9c8bd5933f5f783738c8c93b00c88ef12333c2c5 (patch) | |
tree | abe077f86556b31e92c059134348fadffba49b12 /security | |
parent | 0567e8fe079e8a7b5ec11662b1384fce6af8355c (diff) | |
download | freebsd-ports-gnome-9c8bd5933f5f783738c8c93b00c88ef12333c2c5.tar.gz freebsd-ports-gnome-9c8bd5933f5f783738c8c93b00c88ef12333c2c5.tar.zst freebsd-ports-gnome-9c8bd5933f5f783738c8c93b00c88ef12333c2c5.zip |
- Support STAGEDIR
Diffstat (limited to 'security')
-rw-r--r-- | security/p5-openxpki-i18n/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/p5-openxpki-i18n/Makefile b/security/p5-openxpki-i18n/Makefile index 10ef4c61d412..77fee02cd461 100644 --- a/security/p5-openxpki-i18n/Makefile +++ b/security/p5-openxpki-i18n/Makefile @@ -12,7 +12,6 @@ DIST_SUBDIR= openxpki MAINTAINER= svysh.fbsd@gmail.com COMMENT= Perl based trustcenter software for PKI: i18n tools -BROKEN= not staged BUILD_DEPENDS= \ p5-openxpki>=0:${PORTSDIR}/security/p5-openxpki RUN_DEPENDS:= ${BUILD_DEPENDS} @@ -22,5 +21,4 @@ USES= gettext gmake perl5 ### even to use English language. ALL_TARGET= default -NO_STAGE= yes .include <bsd.port.mk> |