diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-30 16:05:44 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-30 16:05:44 +0800 |
commit | 82cd2adbc7377c8639a987e82d8bf9f9fdd4aa77 (patch) | |
tree | a8022add2d5a9633f11c431a3381cc6a74cc60bd /audio/crip | |
parent | eee8b9343b1f1ffdd3febfd8eb2c7bd3cad5f7e6 (diff) | |
download | freebsd-ports-gnome-82cd2adbc7377c8639a987e82d8bf9f9fdd4aa77.tar.gz freebsd-ports-gnome-82cd2adbc7377c8639a987e82d8bf9f9fdd4aa77.tar.zst freebsd-ports-gnome-82cd2adbc7377c8639a987e82d8bf9f9fdd4aa77.zip |
Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.
Approved by: maintainer
Diffstat (limited to 'audio/crip')
-rw-r--r-- | audio/crip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/crip/Makefile b/audio/crip/Makefile index 35e6a80e7a08..7b548c45868f 100644 --- a/audio/crip/Makefile +++ b/audio/crip/Makefile @@ -27,6 +27,7 @@ PORTDOCS= Changelog README criprc_example .endif NO_BUILD= yes +USE_PERL5= yes pre-fetch: .if !defined (WITH_SOX) |