1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-02-14 15:01:53 +00:00
parent 307d14cd5e
commit b8d2c18317
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344235

View File

@ -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"