diff options
-rw-r--r-- | korean/ami/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index 5cfbe1d43c58..58713e318fa6 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -32,6 +32,9 @@ MAKE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" PKGNAMESUFFIX= -gnome RUN_DEPENDS+= panel:${PORTSDIR}/x11/gnomecore CONFIGURE_ARGS+= --enable-gnome-applet +.else +pre-fetch: + @${ECHO_MSG} "Type \"make WITH_GNOME_APPLET=YES\" if you want GNOME panel applet support." .endif post-build: |