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 /x11 | |
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 'x11')
-rw-r--r-- | x11/chameleon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/chameleon/Makefile b/x11/chameleon/Makefile index 5b642c6b5ada..1d6ebcd95bcc 100644 --- a/x11/chameleon/Makefile +++ b/x11/chameleon/Makefile @@ -21,7 +21,7 @@ COMMENT= "Application for putting pictures or colors onto the root window" LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib -USE_GTK= yes +USE_GNOME= gtk12 USE_GUNZIP= yes USE_X_PREFIX= yes |