View | Details | Raw Unified | Return to bug 205489
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	plotutils
4
PORTNAME=	plotutils
5
PORTVERSION=	2.6
5
PORTVERSION=	2.6
6
PORTREVISION=	6
6
PORTREVISION=	7
7
PORTEPOCH=	1
7
PORTEPOCH=	1
8
CATEGORIES=	graphics
8
CATEGORIES=	graphics
9
MASTER_SITES=	GNU
9
MASTER_SITES=	GNU
Lines 13-22 Link Here
13
13
14
LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
14
LIB_DEPENDS=	libpng.so:${PORTSDIR}/graphics/png
15
15
16
USES=		gmake motif libtool	# parallel builds are broken with bmake(1)
16
USES=		gmake libtool	# parallel builds are broken with bmake(1)
17
GNU_CONFIGURE=	yes
17
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS=	--enable-libplotter --enable-libxmi --with-motif
18
CONFIGURE_ARGS=	--enable-libplotter --enable-libxmi
19
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
20
USE_XORG=	xaw
20
TEST_TARGET=	check
21
TEST_TARGET=	check
21
22
22
CPPFLAGS+=	-I${LOCALBASE}/include
23
CPPFLAGS+=	-I${LOCALBASE}/include

Return to bug 205489