diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 05:57:11 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-10 05:57:11 +0800 |
commit | 20e33eb28341270d51376543b5209437cbed4eb0 (patch) | |
tree | 73bdcdc2a06d0e08933eb5583e370022c4c250e5 /print/splix | |
parent | f0682e35296a6055cad526293225fcf3bc27183c (diff) | |
download | freebsd-ports-gnome-20e33eb28341270d51376543b5209437cbed4eb0.tar.gz freebsd-ports-gnome-20e33eb28341270d51376543b5209437cbed4eb0.tar.zst freebsd-ports-gnome-20e33eb28341270d51376543b5209437cbed4eb0.zip |
- Prep for removal of print/cpusddk now part of print/cups-base
PR: ports/144050
Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
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 |