aboutsummaryrefslogtreecommitdiff
path: root/graphics/quesa/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2006-06-08 13:41:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2006-06-08 13:41:04 +0000
commit8752553f91494f19eee1aad99441b94ef5a28f91 (patch)
treeb7700ff0879f9f9f2fd9af989defe28c840e949d /graphics/quesa/Makefile
parent83bdb348210d8568dab101b12f9ca39259c8f7bc (diff)
downloadports-8752553f91494f19eee1aad99441b94ef5a28f91.tar.gz
ports-8752553f91494f19eee1aad99441b94ef5a28f91.zip
Update to 1.8
PR: ports/98429 Submitted by: miwi Approved by: krion (mentor), maintainer
Notes
Notes: svn path=/head/; revision=164824
Diffstat (limited to 'graphics/quesa/Makefile')
-rw-r--r--graphics/quesa/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/graphics/quesa/Makefile b/graphics/quesa/Makefile
index fd6a34f1a123..5e5c5f173b39 100644
--- a/graphics/quesa/Makefile
+++ b/graphics/quesa/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= quesa
-PORTVERSION= 1.7
+PORTVERSION= 1.8
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -29,12 +29,18 @@ INSTALLS_SHLIB= yes
WRKSRC_EXAMPLES= ${WRKDIR}/${PORTNAME}examples-${PORTVERSION}
+.include <bsd.port.pre.mk>
+
.if !defined (WITH_EXAMPLES)
PLIST_SUB= WITH_EXAMPLES="@comment "
.else
PLIST_SUB= WITH_EXAMPLES=""
.endif
+.if ${OSVERSION} < 500000
+BROKEN= Does not compile on 4.x
+.endif
+
.ifndef (WITH_EXAMPLES)
pre-everything::
@${ECHO_CMD} ""
@@ -70,4 +76,4 @@ post-install:
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>