View | Details | Raw Unified | Return to bug 199539 | Differences between
and this patch

Collapse All | Expand All

(-)math/plplot-ada/Makefile (-1 / +2 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	plplot
4
PORTNAME=	plplot
5
PORTVERSION=	${RELEASE}
5
PORTVERSION=	${RELEASE}
6
PORTREVISION=	1
6
CATEGORIES=	math
7
CATEGORIES=	math
7
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
8
PKGNAMESUFFIX=	-ada
9
PKGNAMESUFFIX=	-ada
Lines 12-18 Link Here
12
13
13
LICENSE=	LGPL3
14
LICENSE=	LGPL3
14
15
15
LIB_DEPENDS=	libplplotd.so:${PORTSDIR}/math/plplot
16
LIB_DEPENDS=	libplplot.so:${PORTSDIR}/math/plplot
16
17
17
USES=		ada
18
USES=		ada
18
19

Return to bug 199539