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

(-)print/cupsddk/Makefile (-1 / +1 lines)
Lines 17-23 Link Here
17
COMMENT=	CUPS Driver Development Kit
17
COMMENT=	CUPS Driver Development Kit
18
18
19
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk \
19
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk \
20
		cups.2:${PORTSDIR}/print/cups-base
20
		cupsimage.2:${PORTSDIR}/print/cups-image
21
21
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}
22
WRKSRC=	${WRKDIR}/${PORTNAME}-${DISTVERSION}
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
(-)print/cupsddk/pkg-plist (+5 lines)
Lines 55-57 Link Here
55
@dirrm %%DATADIR%%/include
55
@dirrm %%DATADIR%%/include
56
@dirrm %%DATADIR%%
56
@dirrm %%DATADIR%%
57
@dirrmtry share/cups/drv
57
@dirrmtry share/cups/drv
58
@dirrmtry share/cups
59
@dirrmtry share/doc/cups/help
60
@dirrmtry share/doc/cups
61
@dirrmtry libexec/cups/driver
62
@dirrmtry libexec/cups
(-)print/py-cups/Makefile (-1 / +1 lines)
Lines 15-21 Link Here
15
MAINTAINER=	ahze@FreeBSD.org
15
MAINTAINER=	ahze@FreeBSD.org
16
COMMENT=	CUPS bindings for Python
16
COMMENT=	CUPS bindings for Python
17
17
18
LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-base
18
LIB_DEPENDS=	cups.2:${PORTSDIR}/print/cups-client
19
19
20
USE_PYTHON=	yes
20
USE_PYTHON=	yes
21
USE_ICONV=	yes
21
USE_ICONV=	yes

Return to bug 134661