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

(-)devel/libsigrokdecode/Makefile (-5 / +2 lines)
Lines 11-22 Link Here
11
11
12
LICENSE=	GPLv3
12
LICENSE=	GPLv3
13
13
14
DEPRECATED=		Depends on expiring lang/python31
14
USE_PYTHON=	3
15
EXPIRATION_DATE=	2014-06-01
16
17
USE_PYTHON=	3.1
18
GNU_CONFIGURE=	yes
15
GNU_CONFIGURE=	yes
19
USES=	gmake pkgconfig pathfix
16
USES=		gmake pkgconfig pathfix
20
USE_GNOME=	gtk20
17
USE_GNOME=	gtk20
21
MAKE_JOBS_UNSAFE=	yes
18
MAKE_JOBS_UNSAFE=	yes
22
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
(-)science/sigrok-cli/Makefile (-3 lines)
Lines 12-20 Link Here
12
12
13
LICENSE=	GPLv3
13
LICENSE=	GPLv3
14
14
15
DEPRECATED=		Depends on expiring lang/python31
16
EXPIRATION_DATE=	2014-06-01
17
18
LIB_DEPENDS=	libsigrok.so:${PORTSDIR}/devel/libsigrok \
15
LIB_DEPENDS=	libsigrok.so:${PORTSDIR}/devel/libsigrok \
19
		libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode
16
		libsigrokdecode.so:${PORTSDIR}/devel/libsigrokdecode

Return to bug 187394