summaryrefslogtreecommitdiffstats
path: root/print/libgnomeprint
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 15:26:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-19 15:26:38 +0800
commit48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b (patch)
tree8094508ead2fe257dec34febb6e8b6bf1c335d8e /print/libgnomeprint
parent97a6a3ab2710d9085755b7c064b148f6c935a773 (diff)
downloadmarcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar.gz
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar.bz2
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar.lz
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar.xz
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.tar.zst
marcuscom-ports-48d8b9ecbb1c178ca3fd89bb9f75e9d12d18b68b.zip
- Make cups support on by default since libgnomecups is a proposed module.
Cups support can be disabled with WITHOUT_CUPS. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4275 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'print/libgnomeprint')
-rw-r--r--print/libgnomeprint/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/libgnomeprint/Makefile b/print/libgnomeprint/Makefile
index 551391505..fbaa719e6 100644
--- a/print/libgnomeprint/Makefile
+++ b/print/libgnomeprint/Makefile
@@ -3,11 +3,12 @@
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/print/libgnomeprint/Makefile,v 1.44 2005/06/28 05:40:09 adamw Exp $
+# $MCom: ports/print/libgnomeprint/Makefile,v 1.45 2005/07/01 18:05:05 marcus Exp $
#
PORTNAME= libgnomeprint
PORTVERSION= 2.11.0
+PORTREVISION= 1
CATEGORIES= print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.11
@@ -39,7 +40,7 @@ PLIST_SUB= VERSION=${PORTVERSION} \
WITH_CUPS= yes
.endif
-.if defined(WITH_CUPS) && !defined(WITHOUT_CUPS)
+.if !defined(WITHOUT_CUPS)
CONFIGURE_ARGS+= --with-cups
LIB_DEPENDS+= gnomecups-1.0:${PORTSDIR}/print/libgnomecups
PLIST_SUB+= CUPS:=""