diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 22:46:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-07-12 22:46:24 +0000 |
commit | b60347aba03ef06974cc1bc26290269b39f19b42 (patch) | |
tree | 74276fa9f54435164df87d6a4b5aafc2356b8a4a /print/gutenprint | |
parent | 2ae76628b7665f4995c0a3a43f2f2f47c64048dc (diff) |
Notes
Diffstat (limited to 'print/gutenprint')
-rw-r--r-- | print/gutenprint/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index c0d08b87a72f..bda1c1ac6194 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/Makefile @@ -5,15 +5,14 @@ PORTNAME= gutenprint PORTVERSION= 5.2.10 CATEGORIES= print -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty MAINTAINER= cmt@burggraben.net COMMENT= The "meta-port" for GutenPrint RUN_DEPENDS= gutenprint-base>0:${PORTSDIR}/print/gutenprint-base +USES= metaport + OPTIONS_DEFINE= CUPS GIMP IJS FOOMATIC OPTIONS_DEFAULT= IJS CUPS_DESC= GutenPrint (gimp-print) Cups Drivers @@ -25,8 +24,4 @@ GIMP_RUN_DEPENDS= gimp-gutenprint>0:${PORTSDIR}/print/gimp-gutenprint IJS_RUN_DEPENDS= gutenprint-ijs>0:${PORTSDIR}/print/gutenprint-ijs FOOMATIC_RUN_DEPENDS+= gutenprint-foomatic>0:${PORTSDIR}/print/gutenprint-foomatic -NO_BUILD= yes - -do-install: # empty - .include <bsd.port.mk> |