aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-12-24 13:08:09 +0800
committerlinimon <linimon@FreeBSD.org>2003-12-24 13:08:09 +0800
commita49ee076e897fa2ea6ea471c1b1d35ea5ea944d9 (patch)
tree99216b6b3791cb922d8afda66a79186ce074e194 /devel/sdl12
parent4086f4c1e3c58f11a34cae79d4365157508f7203 (diff)
downloadfreebsd-ports-gnome-a49ee076e897fa2ea6ea471c1b1d35ea5ea944d9.tar.gz
freebsd-ports-gnome-a49ee076e897fa2ea6ea471c1b1d35ea5ea944d9.tar.zst
freebsd-ports-gnome-a49ee076e897fa2ea6ea471c1b1d35ea5ea944d9.zip
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.
Diffstat (limited to 'devel/sdl12')
-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