diff options
author | kwm <kwm@FreeBSD.org> | 2009-02-24 07:50:20 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2009-02-24 07:50:20 +0800 |
commit | b180f54d211372e15dcdc62519a7af925e2894c3 (patch) | |
tree | f2cd5ce9dc30ab040f1d552c58eb26efbf224829 /x11-toolkits | |
parent | 55d236071ae280886c017909510c24d00f61e2f2 (diff) | |
download | freebsd-ports-gnome-b180f54d211372e15dcdc62519a7af925e2894c3.tar.gz freebsd-ports-gnome-b180f54d211372e15dcdc62519a7af925e2894c3.tar.zst freebsd-ports-gnome-b180f54d211372e15dcdc62519a7af925e2894c3.zip |
Depend on gtk20.
Submitted by: QAT bot
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/unique/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index 45aa48028b2b..4f9682823cb9 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -20,7 +20,7 @@ USE_XORG= ice USE_GETTEXT= yes USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 -USE_GNOME= glib20 gnomeprefix +USE_GNOME= gtk20 gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |