diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-14 12:04:18 +0000 |
commit | e5a7b5184d3a9ecdd216c7e781e3ce1db2451784 (patch) | |
tree | 0b99f811fd2d870349949708741c6d39ea7b57a5 /misc/ossp-uuid | |
parent | e00c0e2d6b2bb06b5a3aa3c5d746fe3f9fadf89d (diff) | |
download | ports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.tar.gz ports-e5a7b5184d3a9ecdd216c7e781e3ce1db2451784.zip |
Notes
Diffstat (limited to 'misc/ossp-uuid')
-rw-r--r-- | misc/ossp-uuid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/ossp-uuid/Makefile b/misc/ossp-uuid/Makefile index 2ba193169aa1..bdfcf21fc27b 100644 --- a/misc/ossp-uuid/Makefile +++ b/misc/ossp-uuid/Makefile @@ -27,7 +27,7 @@ MAN1= uuid-config.1 uuid.1 MAN3= uuid.3 uuid++.3 .if defined(WITH_PERL) -USE_PERL5= yes +USES+= perl5 CONFIGURE_ENV+= PERL=${PERL5} CONFIGURE_ARGS+= --with-perl PLIST_SUB+= WITH_PERL='' |