diff options
Diffstat (limited to 'math')
-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 |