pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/gimp



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep  4 08:26:58 UTC 2018

Modified Files:
        pkgsrc/graphics/gimp: options.mk

Log Message:
gimp: remove references to unsupported pdf option.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/gimp/options.mk

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

Modified files:

Index: pkgsrc/graphics/gimp/options.mk
diff -u pkgsrc/graphics/gimp/options.mk:1.7 pkgsrc/graphics/gimp/options.mk:1.8
--- pkgsrc/graphics/gimp/options.mk:1.7 Mon Apr 30 05:12:51 2018
+++ pkgsrc/graphics/gimp/options.mk     Tue Sep  4 08:26:58 2018
@@ -1,12 +1,12 @@
-# $NetBSD: options.mk,v 1.7 2018/04/30 05:12:51 ryoon Exp $
+# $NetBSD: options.mk,v 1.8 2018/09/04 08:26:58 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gimp
-PKG_SUPPORTED_OPTIONS= aalib mng pdf svg
+PKG_SUPPORTED_OPTIONS= aalib mng svg
 PKG_SUGGESTED_OPTIONS= mng svg
 
 .include "../../mk/bsd.options.mk"
 
-PLIST_VARS+=           aalib mng pdf svg
+PLIST_VARS+=           aalib mng svg
 
 .if !empty(PKG_OPTIONS:Maalib)
 .include "../../graphics/aalib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index