summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/clanlib-devel/Makefile2
-rw-r--r--devel/clanlib/Makefile2
-rw-r--r--x11-toolkits/wxgtk-devel/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/clanlib-devel/Makefile b/devel/clanlib-devel/Makefile
index a91fc25626e1..88234d217f50 100644
--- a/devel/clanlib-devel/Makefile
+++ b/devel/clanlib-devel/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"
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"
diff --git a/x11-toolkits/wxgtk-devel/Makefile b/x11-toolkits/wxgtk-devel/Makefile
index ccf3046ca535..b102a0f22c72 100644
--- a/x11-toolkits/wxgtk-devel/Makefile
+++ b/x11-toolkits/wxgtk-devel/Makefile
@@ -55,7 +55,7 @@ CONFIGURE_ARGS+=--enable-gtk2 ${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=--host=${CONFIGURE_TARGET} --build=${CONFIGURE_TARGET}
.endif
-pre-everything:
+pre-everything::
.if !defined(WITH_GTK2)
@${ECHO_MSG} "* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *"
@${ECHO_MSG} "You can define WITH_GTK2=yes if you want to use Gtk20 toolkit."