diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-30 22:02:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-03-30 22:02:19 +0000 |
commit | 5d25b9571f5f3183ab17e6225d3785bd8819db09 (patch) | |
tree | a577d34f0097a1d695fbcc24ae2e8add40d674b3 /multimedia/libkate | |
parent | ddb3737f2ad6ba0d00f24eefe5a450d23811e0ea (diff) |
- This port does not need gnomelibs
PR: ports/132076
Reported by: Marcin Cieslak <saper@SYSTEM.PL>
Approved by: maintainer timeout (anders; 1 month)
Notes
Notes:
svn path=/head/; revision=231333
Diffstat (limited to 'multimedia/libkate')
-rw-r--r-- | multimedia/libkate/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/libkate/Makefile b/multimedia/libkate/Makefile index beac1de75b17..5f4b34a0108f 100644 --- a/multimedia/libkate/Makefile +++ b/multimedia/libkate/Makefile @@ -7,6 +7,7 @@ PORTNAME= libkate PORTVERSION= 0.1.12 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -19,7 +20,7 @@ LIB_DEPENDS= ogg.5:${PORTSDIR}/audio/libogg \ GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GNOME= gnomelibs pkgconfig +USE_GNOME= pkgconfig USE_LDCONFIG= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" |