aboutsummaryrefslogtreecommitdiff
path: root/lang/fpc
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-09-07 08:28:13 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-09-07 08:28:13 +0000
commit25ec1c992759f2cf0f2f2f135852f52ff6f33f71 (patch)
tree15ec03df76d8478e2e7b95220ecfdaccce511127 /lang/fpc
parentf764b7ec744f962acee3e003bf02cb1e8cd25f2b (diff)
downloadports-25ec1c992759f2cf0f2f2f135852f52ff6f33f71.tar.gz
ports-25ec1c992759f2cf0f2f2f135852f52ff6f33f71.zip
- Chase x11-toolkits/xforms shlib version bump
Notes
Notes: svn path=/head/; revision=281360
Diffstat (limited to 'lang/fpc')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index 73aeaa5de693..8e5ecb2d40b2 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -80,7 +80,7 @@ LIB_DEPENDS= Magick:${PORTSDIR}/graphics/ImageMagick
.if ${PKGNAMESUFFIX} == "-xforms"
. if defined(WITH_XFORMS)
-LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms
+LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms
. endif
HAVE_EXAMPLES= true
.endif