diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:01:53 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:01:53 +0800 |
commit | 56807d02145151d88ddb02ffc3896d61c378d3ee (patch) | |
tree | d77955bc969999ff56da863805c42d6570b2c95d /misc | |
parent | 9813f57500a25abf6503b023aa405666389acce3 (diff) | |
download | freebsd-ports-gnome-56807d02145151d88ddb02ffc3896d61c378d3ee.tar.gz freebsd-ports-gnome-56807d02145151d88ddb02ffc3896d61c378d3ee.tar.zst freebsd-ports-gnome-56807d02145151d88ddb02ffc3896d61c378d3ee.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ossp-uuid/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index e30f1cd6d6d5..137cb5a5792d 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -19,9 +19,6 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --disable-shared --enable-static --with-cxx \ --includedir=${PREFIX}/include/ossp -MAN1= uuid-config.1 uuid.1 -MAN3= uuid.3 uuid++.3 - .if defined(WITH_PERL) USES+= perl5 CONFIGURE_ENV+= PERL=${PERL5} @@ -33,7 +30,6 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VER} PLIST_SUB+= WITH_PERL='@comment ' .endif -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "amd64" || ${ARCH} == "ia64" |