diff options
author | ale <ale@FreeBSD.org> | 2006-04-02 15:33:01 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-04-02 15:33:01 +0800 |
commit | 992388c73f575fb9f7223d2e998ba4bdf0de4b9b (patch) | |
tree | 3ab8d6db0e5f06960751ec3db28198ce82113875 /multimedia | |
parent | 1bd098a25b976ffd7160f92b74e18a54a93def39 (diff) | |
download | freebsd-ports-graphics-992388c73f575fb9f7223d2e998ba4bdf0de4b9b.tar.gz freebsd-ports-graphics-992388c73f575fb9f7223d2e998ba4bdf0de4b9b.tar.zst freebsd-ports-graphics-992388c73f575fb9f7223d2e998ba4bdf0de4b9b.zip |
Reduce superfluous gnome dependencies: kino depends on libglade2, not libgnomeui.
Approved by: maintainer timeout (2 weeks)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/kino/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/kino/Makefile b/multimedia/kino/Makefile index 5875d4a35d2..d69f9496873 100644 --- a/multimedia/kino/Makefile +++ b/multimedia/kino/Makefile @@ -24,7 +24,7 @@ OPTIONS= QUICKTIME "With Quicktime support" off USE_AUTOTOOLS= autoconf:259 USE_GETTEXT= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomeprefix libgnomeui libxml2 +USE_GNOME= gnomehack gnomeprefix libglade2 libxml2 USE_ICONV= yes GNU_CONFIGURE= yes USE_X_PREFIX= yes |