aboutsummaryrefslogtreecommitdiff
path: root/graphics/bugle/Makefile
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-09 23:08:01 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-09 23:08:01 +0000
commitf725570b89a5b782b0419d6a998e64f0f1b3a0c8 (patch)
treebc7e1b28c7b51b7184ded7845db4713abcfe9c40 /graphics/bugle/Makefile
parent1a08520ce79cffb2cf360e798e225190aafa666f (diff)
downloadports-f725570b89a5b782b0419d6a998e64f0f1b3a0c8.tar.gz
ports-f725570b89a5b782b0419d6a998e64f0f1b3a0c8.zip
Notes
Diffstat (limited to 'graphics/bugle/Makefile')
-rw-r--r--graphics/bugle/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile
index 27d9c1257e19..7394904f13c4 100644
--- a/graphics/bugle/Makefile
+++ b/graphics/bugle/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bugle
-PORTVERSION= 0.0.20041025
+PORTVERSION= 0.0.20041108
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bugle
@@ -25,4 +25,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib"
INSTALLS_SHLIB= yes
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE= Port requires perl 5.6.x or later to build. Install lang/perl5.8 then try again
+.endif
+
+.include <bsd.port.post.mk>