svn commit: r341895 - head/x11/xxkb
Antoine Brodin
antoine at FreeBSD.org
Thu Jan 30 22:32:46 UTC 2014
Author: antoine
Date: Thu Jan 30 22:32:45 2014
New Revision: 341895
URL: http://svnweb.freebsd.org/changeset/ports/341895
QAT: https://qat.redports.org/buildarchive/r341895/
Log:
Finish stage support
Modified:
head/x11/xxkb/Makefile
head/x11/xxkb/pkg-plist
Modified: head/x11/xxkb/Makefile
==============================================================================
--- head/x11/xxkb/Makefile Thu Jan 30 22:20:49 2014 (r341894)
+++ head/x11/xxkb/Makefile Thu Jan 30 22:32:45 2014 (r341895)
@@ -3,6 +3,7 @@
PORTNAME= xxkb
PORTVERSION= 1.11
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -23,7 +24,7 @@ OPTIONS_DEFINE= LIBRSVG2 DOCS
.include <bsd.port.pre.mk>
.if ${PORT_OPTIONS:MLIBRSVG2}
-LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2
+LIB_DEPENDS+= librsvg-2.so:${PORTSDIR}/graphics/librsvg2
XMKMF_ARGS= -DWITH_SVG_SUPPORT
.endif
Modified: head/x11/xxkb/pkg-plist
==============================================================================
--- head/x11/xxkb/pkg-plist Thu Jan 30 22:20:49 2014 (r341894)
+++ head/x11/xxkb/pkg-plist Thu Jan 30 22:32:45 2014 (r341895)
@@ -1,5 +1,6 @@
bin/xxkb
lib/X11/app-defaults/XXkb
+man/man1/xxkb.1.gz
%%DATADIR%%/bg15.xpm
%%DATADIR%%/bg48.xpm
%%DATADIR%%/by15.xpm
More information about the svn-ports-all
mailing list