diff options
Diffstat (limited to 'x11/xxkb/Makefile')
-rw-r--r-- | x11/xxkb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xxkb/Makefile b/x11/xxkb/Makefile index 9e1d6509d9ea..921eb2705a39 100644 --- a/x11/xxkb/Makefile +++ b/x11/xxkb/Makefile @@ -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 |