summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2003-12-24 05:08:09 +0000
committerMark Linimon <linimon@FreeBSD.org>2003-12-24 05:08:09 +0000
commit9783d4aec3a5b3eb1fe02af2fbce911691ddd027 (patch)
tree164f72a1c5b907245a1a88c8ed8d7b76f49fa806
parentadd pfbtopfa 1.0 (diff)
During the backout, forgot to bump PORTEPOCH. Also managed to miss
the 1-line update from 1.68 to 1.69, somehow. Now, it is back. Verified with cvs diff -r1.69 being just PORTEPOCH.
Notes
Notes: svn path=/head/; revision=96508
-rw-r--r--devel/sdl12/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 880c669dc254..aedb6a8e68c4 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -8,6 +8,7 @@
PORTNAME= sdl
PORTVERSION= 1.2.5
PORTREVISION= 3
+PORTEPOCH= 1
CATEGORIES= devel
MASTER_SITES= http://www.libsdl.org/release/
DISTNAME= SDL-${PORTVERSION}
@@ -74,7 +75,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib
CONFIGURE_ARGS+=--enable-video-svga
.endif
-.if exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)
+.if (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) && !defined(WITHOUT_ARTS)
LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts
CONFIGURE_ARGS+=--enable-arts
.else