aboutsummaryrefslogtreecommitdiffstats
path: root/polish/gnugadu/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-12-11 16:33:47 +0800
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-12-11 16:33:47 +0800
commit6829fa55f52f218dc0a18ea238acd1902f994a45 (patch)
treea85dcf365f717aaf1dfb4f6c5c6c5632f3c1e641 /polish/gnugadu/Makefile
parent2503647622e2b47d0471c1abbdc23259d3f577f3 (diff)
downloadfreebsd-ports-6829fa55f52f218dc0a18ea238acd1902f994a45.tar.gz
freebsd-ports-6829fa55f52f218dc0a18ea238acd1902f994a45.tar.zst
freebsd-ports-6829fa55f52f218dc0a18ea238acd1902f994a45.zip
Fix unassociated shell command.
Pointy hat to: nork Reported by: make describe ECHO_MSG='echo > /dev/null'
Notes
Notes: svn path=/head/; revision=71523
Diffstat (limited to 'polish/gnugadu/Makefile')
-rw-r--r--polish/gnugadu/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/polish/gnugadu/Makefile b/polish/gnugadu/Makefile
index 6e8350d53f84..7769c2ef9648 100644
--- a/polish/gnugadu/Makefile
+++ b/polish/gnugadu/Makefile
@@ -29,16 +29,17 @@ PKGNAMESUFFIX= -esound
CONFIGURE_ARGS+= --disable-esd
.endif
-pre-everything::
.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
USE_GNOME= yes
.else
+pre-everything::
@${ECHO_MSG} "Define WITH_GNOME to include GNOME support"
.endif
.if defined(WITH_DOCKAPP)
CONFIGURE_ARGS+= --enable-dockapp
.else
+pre-everything::
@${ECHO_MSG} "Define WITH_DOCKAPP to include WindowMaker support"
.endif