diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-11-25 00:49:37 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-11-25 00:49:37 +0000 |
commit | c1d49303bca634840bbbc08d94bd9561e48222f0 (patch) | |
tree | 78b18dc907322bb0212c38fec022f0991f8ebe70 /devel | |
parent | Correct allegro library version. (diff) |
Add dependency on perl5 unconvered by 5.0 pkg build. Bumped PORTREVISION
to force this out.
Notes
Notes:
svn path=/head/; revision=71060
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ac-archive/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/ac-archive/Makefile b/devel/ac-archive/Makefile index 28ec754ebcc9..1613297197e4 100644 --- a/devel/ac-archive/Makefile +++ b/devel/ac-archive/Makefile @@ -7,6 +7,7 @@ PORTNAME= ac-archive PORTVERSION= 0.5.37 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,6 +16,7 @@ MAINTAINER= alane@FreeBSD.org RUN_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf +USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes |