pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sun Feb  9 00:06:53 UTC 2020

Modified Files:
        pkgsrc/print/cups-base: Makefile

Log Message:
print/cups-base: remove unknown configure options


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/print/cups-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.27 pkgsrc/print/cups-base/Makefile:1.28
--- pkgsrc/print/cups-base/Makefile:1.27        Wed Jan 29 22:56:50 2020
+++ pkgsrc/print/cups-base/Makefile     Sun Feb  9 00:06:53 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2020/01/29 22:56:50 prlw1 Exp $
+# $NetBSD: Makefile,v 1.28 2020/02/09 00:06:53 rillig Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -40,10 +40,6 @@ CONFIGURE_ARGS+=     --enable-ssl
 CONFIGURE_ARGS+=       --without-bundledir
 CONFIGURE_ARGS+=       --without-icondir
 CONFIGURE_ARGS+=       --without-menudir
-CONFIGURE_ARGS+=       --without-perl
-CONFIGURE_ARGS+=       --without-php
-CONFIGURE_ARGS+=       --without-python
-CONFIGURE_ARGS+=       --without-java
 CONFIGURE_ARGS+=       --disable-gssapi
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}



Home | Main Index | Thread Index | Old Index