diff options
Diffstat (limited to 'print/splix')
-rw-r--r-- | print/splix/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/splix/Makefile b/print/splix/Makefile index ee51aef4aedb..4c1f4a55b804 100644 --- a/print/splix/Makefile +++ b/print/splix/Makefile @@ -7,7 +7,7 @@ PORTNAME= splix PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= print MASTER_SITES= SF @@ -15,8 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A set of CUPS printer drivers for Samsung Printer Language printers LIB_DEPENDS= -BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-base \ - ppdc:${PORTSDIR}/print/cupsddk +BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-base RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes |