diff options
Diffstat (limited to 'math/plplot-ada/Makefile')
-rw-r--r-- | math/plplot-ada/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile index 9cb53eec5086..51f65b185587 100644 --- a/math/plplot-ada/Makefile +++ b/math/plplot-ada/Makefile @@ -3,6 +3,7 @@ PORTNAME= plplot PORTVERSION= ${RELEASE} +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source PKGNAMESUFFIX= -ada @@ -12,7 +13,7 @@ COMMENT= Ada bindings for PLplot LICENSE= LGPL3 -LIB_DEPENDS= libplplotd.so:${PORTSDIR}/math/plplot +LIB_DEPENDS= libplplot.so:${PORTSDIR}/math/plplot USES= ada |