diff options
author | Steve Price <steve@FreeBSD.org> | 2000-06-24 02:01:00 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-06-24 02:01:00 +0000 |
commit | 59366c0ec91729d17b16b74d76ce4b194ca2b680 (patch) | |
tree | 32639b808c82c111200700eb2cd6507bf855aea0 /korean | |
parent | 071860d8ceeea3b502d2b285c7b3a287865d037f (diff) | |
download | ports-59366c0ec91729d17b16b74d76ce4b194ca2b680.tar.gz ports-59366c0ec91729d17b16b74d76ce4b194ca2b680.zip |
Remove a problem with a missing .if introduced in revision 1.9.
Notes
Notes:
svn path=/head/; revision=29835
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ami/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/ami/Makefile b/korean/ami/Makefile index fbac70df81e9..8b52d083c631 100644 --- a/korean/ami/Makefile +++ b/korean/ami/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ENV= GLIB_CONFIG=${LOCALBASE}/bin/glib12-config \ CONFIGURE_ARGS+= --with-hangul-keyboard=2 # gnome panel applet support -#.if defined(WITH_GNOME_APPLET) +.if defined(WITH_GNOME_APPLET) PKGNAMESUFFIX= -gnome RUN_DEPENDS+= panel:${PORTSDIR}/x11/gnomecore CONFIGURE_ARGS+= --enable-gnome-applet |