aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-10-16 22:51:31 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-10-16 22:51:31 +0000
commitec1bb1b40738a10599d40368d01175cc56f4cea1 (patch)
tree38393ae83622482e93215d6096029656017d5a7b /devel/clanlib
parentee9cc4fb2b78ab7d3fd23cc5c9cb1925fafb2c5c (diff)
downloadports-ec1bb1b40738a10599d40368d01175cc56f4cea1.tar.gz
ports-ec1bb1b40738a10599d40368d01175cc56f4cea1.zip
Fix pre-everything targets.
PR: ports/58148 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Notes
Notes: svn path=/head/; revision=91458
Diffstat (limited to 'devel/clanlib')
-rw-r--r--devel/clanlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/clanlib/Makefile b/devel/clanlib/Makefile
index a91fc25626e1..88234d217f50 100644
--- a/devel/clanlib/Makefile
+++ b/devel/clanlib/Makefile
@@ -76,7 +76,7 @@ LIB_DEPENDS+= vorbis.2:${PORTSDIR}/audio/libvorbis
PLIST_SUB+= LIBVORBIS=""
.endif
-pre-everything:
+pre-everything::
@${ECHO_MSG} "ClanLib has the following tunables option(s):"
@${ECHO_MSG} ""
@${ECHO_MSG} " WITHOUT_SDL=yes Turns off SDL support"