diff options
author | lme <lme@FreeBSD.org> | 2012-06-02 19:03:43 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2012-06-02 19:03:43 +0800 |
commit | 5605c5e4c4961b8b9131109ddb46352823ae63a9 (patch) | |
tree | 7fa1e89da623daac52eee2a38762197b838c984e /math/plplot | |
parent | c7af6bb4f583ce0479c9e2d46b437e75573e0419 (diff) | |
download | freebsd-ports-gnome-5605c5e4c4961b8b9131109ddb46352823ae63a9.tar.gz freebsd-ports-gnome-5605c5e4c4961b8b9131109ddb46352823ae63a9.tar.zst freebsd-ports-gnome-5605c5e4c4961b8b9131109ddb46352823ae63a9.zip |
- Update devel/lasi to 1.1.1
- Chase library version bump
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index de89dcad8184..1afd844e1c6b 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -7,6 +7,7 @@ PORTNAME= plplot PORTVERSION= 5.9.9 +PORTREVISION= 1 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source @@ -49,7 +50,7 @@ PKGNAMESUFFIX= -nox11 PLIST_SUB+= X11="@comment " .else USE_XORG= x11 -LIB_DEPENDS+= LASi.0:${PORTSDIR}/devel/lasi +LIB_DEPENDS+= LASi.1:${PORTSDIR}/devel/lasi PLIST_SUB+= X11="" .endif |