diff options
Diffstat (limited to 'print')
-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> |