aboutsummaryrefslogtreecommitdiff
path: root/audio/dumb
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 22:25:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-14 22:25:52 +0000
commitd41ecf1415214784285cb898fdb43fbfc6e158a6 (patch)
treefc73418b11bcde072c51ce253c89ab230c7386f2 /audio/dumb
parentac5d10e91149be189dedbe6b693491f3eaa70444 (diff)
downloadports-d41ecf1415214784285cb898fdb43fbfc6e158a6.tar.gz
ports-d41ecf1415214784285cb898fdb43fbfc6e158a6.zip
Notes
Diffstat (limited to 'audio/dumb')
-rw-r--r--audio/dumb/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/dumb/Makefile b/audio/dumb/Makefile
index e90b1931e961..29d9d2203b9a 100644
--- a/audio/dumb/Makefile
+++ b/audio/dumb/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: dumb
-# Date created: 26 January 2005
-# Whom: Andreas Kohn <andreas@syndrom23.de>
-#
+# Created by: Andreas Kohn <andreas@syndrom23.de>
# $FreeBSD$
-#
PORTNAME= dumb
PORTVERSION= 0.9.3
@@ -40,7 +36,7 @@ CFLAGS+= -fPIC
pre-configure:
@${CP} ${FILESDIR}/config.txt ${WRKSRC}/make
@${REINPLACE_CMD} -e "s,@LOCALBASE@,${LOCALBASE}," ${WRKSRC}/make/config.txt
-.if defined(WITH_ALLEGRO)
+.if ${PORT_OPTIONS:MALLEGRO}
@${REINPLACE_CMD} -e "s,@ALLEGRO@,," ${WRKSRC}/make/config.txt
.else
@${REINPLACE_CMD} -e "s,@ALLEGRO@,#," ${WRKSRC}/make/config.txt