diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-26 19:10:42 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-07-26 19:10:42 +0800 |
commit | e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e (patch) | |
tree | bca8e5175e0fa1681d6224c45d6ba570d46337c5 | |
parent | 2772996df5e3c010f5d17d633fca6b117c56eb7a (diff) | |
download | marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar.gz marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar.bz2 marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar.lz marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar.xz marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.tar.zst marcuscom-ports-e2ec0d2271da4cd5ff3fe92b9ae4904542abb93e.zip |
libnofiy only need gdkpixbuf2 not gtk20.
PR: ports/180596
Submitted by: tijl@
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18635 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libnotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 968e7014e..53c4a7d2a 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USE_XZ= yes -USE_GNOME= intlhack glib20 gtk20 ltverhack introspection +USE_GNOME= intlhack glib20 gdkpixbuf2 ltverhack introspection USES= gettext gmake pathfix pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= libtool |