diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2011-09-07 08:28:13 +0000 |
commit | 25ec1c992759f2cf0f2f2f135852f52ff6f33f71 (patch) | |
tree | 15ec03df76d8478e2e7b95220ecfdaccce511127 /math/xldlas | |
parent | f764b7ec744f962acee3e003bf02cb1e8cd25f2b (diff) |
- Chase x11-toolkits/xforms shlib version bump
Notes
Notes:
svn path=/head/; revision=281360
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 0f31c8096a57..f9914f00ef6b 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -7,7 +7,7 @@ PORTNAME= xldlas PORTVERSION= 0.85 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/visualization @@ -16,7 +16,7 @@ EXTRACT_SUFX= -source.tgz MAINTAINER= ports@FreeBSD.org COMMENT= An XForms-based statistics package -LIB_DEPENDS= forms.1:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms WRKSRC= ${WRKDIR}/xldlas |