diff options
author | alane <alane@FreeBSD.org> | 2002-11-25 08:49:37 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-25 08:49:37 +0800 |
commit | 804706884bac9dec491b32768a3fa23a7047c60c (patch) | |
tree | 473355c8af04f5b7bf9bb971232b59817ee9162e | |
parent | 7d29eaedfe93c7fbbdac6764bafc4b546087478f (diff) | |
download | freebsd-ports-gnome-804706884bac9dec491b32768a3fa23a7047c60c.tar.gz freebsd-ports-gnome-804706884bac9dec491b32768a3fa23a7047c60c.tar.zst freebsd-ports-gnome-804706884bac9dec491b32768a3fa23a7047c60c.zip |
Add dependency on perl5 unconvered by 5.0 pkg build. Bumped PORTREVISION
to force this out.
-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 |