diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 15:26:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 15:26:50 +0800 |
commit | eabe3ba61e1c3ba34597267858392d41855e9c4d (patch) | |
tree | b6cee91e630fca798815189b9c8f3d4613bd16ca /korean | |
parent | 95f62360d26dc474dea633285bf7eb3541a5368f (diff) | |
download | freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.tar.gz freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.tar.zst freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.zip |
- Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by: portmgr (marcus)
Diffstat (limited to 'korean')
-rw-r--r-- | korean/gau/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korean/gau/Makefile b/korean/gau/Makefile index 551ee3f6a5e7..8e5af24e4f9e 100644 --- a/korean/gau/Makefile +++ b/korean/gau/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes .include <bsd.port.pre.mk> |