diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-06-12 14:56:01 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2006-06-12 14:56:01 +0000 |
commit | ec8d0cbd55c0581ef160f999e8f74b2f0a0156bf (patch) | |
tree | 3747f834c8199d7be271dd34b53677eb0684c4c9 /x11 | |
parent | - Some modules does not build on FreeBSD 4.X with base OpenSSL (diff) |
Add missing dependency on libgnomeui and Unbroken.
[NOTE]
But I don't know that this fix is good. I think that
there are some missing dependency:-(. So I don't
bump PORTREVISION. I'm watching pointyhat report...
Pointed out by: pointyhat via kris
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gsynaptics/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/gsynaptics/Makefile b/x11/gsynaptics/Makefile index bbd7dd1e08b8..8c8335a3836d 100644 --- a/x11/gsynaptics/Makefile +++ b/x11/gsynaptics/Makefile @@ -17,9 +17,7 @@ COMMENT= GNOME Synaptics Touchpad setting tool BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser RUN_DEPENDS= ${PREFIX}/lib/modules/input/synaptics_drv.o:${PORTSDIR}/x11-servers/synaptics -BROKEN= Configure fails - -USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 +USE_GNOME= lthack intlhack intltool pkgconfig gtk20 libgnome libglade2 libgnomeui USE_X_PREFIX= yes USE_ICONV= yes USE_GMAKE= yes |