diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2004-01-23 05:16:20 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2004-01-23 05:16:20 +0000 |
commit | d484d409c570a2d5f73fd6ecd49ee5c7f7269edc (patch) | |
tree | 51e90426f4d39bb2539be69573ca9d2706bc27c4 | |
parent | Reconnect qtella to the build. (diff) |
Require perl 5.8 or higher for building. This should fix packaging on
4.x. Bump revision.
Reported by: bento/kris (a.k.a. krento)
Notes
Notes:
svn path=/head/; revision=98862
-rw-r--r-- | net/openreg/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openreg/Makefile b/net/openreg/Makefile index f4717597cfd7..297815a037d8 100644 --- a/net/openreg/Makefile +++ b/net/openreg/Makefile @@ -7,6 +7,7 @@ PORTNAME= openreg PORTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= openreg @@ -26,6 +27,7 @@ POSTGRESQL_PORT?= databases/postgresql7 USE_OPENSSL= YES USE_PERL5= YES GNU_CONFIGURE= YES +PERL_LEVEL= 500800 post-install: @${MKDIR} ${DOCSDIR} ;\ |