diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdelibs3/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index 8b222c4505d..c6b2e5e9f26 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.75 2005/01/05 10:36:23 markd Exp $ +# $NetBSD: Makefile,v 1.76 2005/01/31 09:55:15 markd Exp $ DISTNAME= kdelibs-${_KDE_VERSION} PKGREVISION= 6 @@ -46,10 +46,6 @@ SUBST_FILES.kdelibsfix= \ SUBST_SED.kdelibsfix= -e 's:@LOCALBASE@:${LOCALBASE}:g' \ -e 's:@PKGLOCALEDIR@:${PKGLOCALEDIR}:g' -.if defined(USE_CUPS) && (${USE_CUPS} == "YES") -PKG_DEFAULT_OPTIONS+= cups -.endif - PKG_OPTIONS_VAR= PKG_OPTIONS.kdelibs PKG_SUPPORTED_OPTIONS= cups .include "../../mk/bsd.options.mk" |