diff options
Diffstat (limited to 'devel/clanlib/Makefile')
-rw-r--r-- | devel/clanlib/Makefile | 2 |
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" |