diff options
author | lme <lme@FreeBSD.org> | 2007-10-30 06:09:02 +0800 |
---|---|---|
committer | lme <lme@FreeBSD.org> | 2007-10-30 06:09:02 +0800 |
commit | 79d67252a9a613658311568d75ecc24238f3f737 (patch) | |
tree | e4378460f16ecc4574e7646832b54629be497cd4 /print/splix/Makefile | |
parent | 36863d878f28307cbc781578a62716fca6401acb (diff) | |
download | freebsd-ports-graphics-79d67252a9a613658311568d75ecc24238f3f737.tar.gz freebsd-ports-graphics-79d67252a9a613658311568d75ecc24238f3f737.tar.zst freebsd-ports-graphics-79d67252a9a613658311568d75ecc24238f3f737.zip |
Update to 1.0.2
PR: ports/117640
Submitted by: Tomas Verbaitis <tomasv (AT) megalogika.lt> (maintainer)
Approved by: miwi (mentor)
Diffstat (limited to 'print/splix/Makefile')
-rw-r--r-- | print/splix/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/print/splix/Makefile b/print/splix/Makefile index b0399a2fb92..c4d75f870f6 100644 --- a/print/splix/Makefile +++ b/print/splix/Makefile @@ -6,15 +6,15 @@ # PORTNAME= splix -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF MAINTAINER= tomasv@megalogika.lt COMMENT= A set of CUPS printer drivers for Samsung Printer Language printers -BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-base +BUILD_DEPENDS= cups-config:${PORTSDIR}/print/cups-base \ + ppdc:${PORTSDIR}/print/cupsddk RUN_DEPENDS= ${BUILD_DEPENDS} USE_GMAKE= yes |