summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-16 22:16:16 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-16 22:16:16 +0800
commit265a588a3591e7f7e3cea0cecda1f7dd535da6db (patch)
treeae6a56dd2d2c0e6944ce497243514c15701f31ed
parenteef8009ca0e30f49bed14b9778b539eb8532f7d4 (diff)
downloadxorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar.gz
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar.bz2
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar.lz
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar.xz
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.tar.zst
xorg-devel-ports-265a588a3591e7f7e3cea0cecda1f7dd535da6db.zip
Fix portrevision and add library that's in the port version.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1335 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/xorg-libraries/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/xorg-libraries/Makefile b/x11/xorg-libraries/Makefile
index db86bf7..b1afada 100644
--- a/x11/xorg-libraries/Makefile
+++ b/x11/xorg-libraries/Makefile
@@ -3,6 +3,7 @@
PORTNAME= xorg-libraries
PORTVERSION= 7.7
+PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= # none
DISTFILES= # none
@@ -39,6 +40,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx \
${LOCALBASE}/libdata/pkgconfig/xkbfile.pc:${PORTSDIR}/x11/libxkbfile \
${LOCALBASE}/libdata/pkgconfig/xkbui.pc:${PORTSDIR}/x11/libxkbui \
${LOCALBASE}/libdata/pkgconfig/xmu.pc:${PORTSDIR}/x11-toolkits/libXmu \
+ ${LOCALBASE}/libdata/pkgconfig/xp.pc:${PORTSDIR}/x11/libXp \
${LOCALBASE}/libdata/pkgconfig/xpm.pc:${PORTSDIR}/x11/libXpm \
${LOCALBASE}/libdata/pkgconfig/xrandr.pc:${PORTSDIR}/x11/libXrandr \
${LOCALBASE}/libdata/pkgconfig/xrender.pc:${PORTSDIR}/x11/libXrender \