svn commit: r491830 - head/graphics/stamp
Tobias Kortkamp
tobik at FreeBSD.org
Fri Feb 1 15:32:13 UTC 2019
Author: tobik
Date: Fri Feb 1 15:32:12 2019
New Revision: 491830
URL: https://svnweb.freebsd.org/changeset/ports/491830
Log:
graphics/stamp: Remove X11 option
x11-toolkits/gtk12 is gone since r488008.
Modified:
head/graphics/stamp/Makefile
head/graphics/stamp/pkg-plist
Modified: head/graphics/stamp/Makefile
==============================================================================
--- head/graphics/stamp/Makefile Fri Feb 1 15:29:47 2019 (r491829)
+++ head/graphics/stamp/Makefile Fri Feb 1 15:32:12 2019 (r491830)
@@ -3,7 +3,7 @@
PORTNAME= stamp
PORTVERSION= 2.0.8
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= graphics
MASTER_SITES= SF
@@ -14,10 +14,6 @@ USES= jpeg
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-
-OPTIONS_DEFINE= X11
-OPTIONS_SUB= yes
-X11_USE= GNOME=gtk12
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
Modified: head/graphics/stamp/pkg-plist
==============================================================================
--- head/graphics/stamp/pkg-plist Fri Feb 1 15:29:47 2019 (r491829)
+++ head/graphics/stamp/pkg-plist Fri Feb 1 15:32:12 2019 (r491830)
@@ -1,5 +1,4 @@
bin/stamp
-%%X11%%bin/gstamp
share/stamp/fonts/8x10.fnt
share/stamp/fonts/8x11snsf.fnt
share/stamp/fonts/8x14.fnt
@@ -79,12 +78,3 @@ share/stamp/fonts/t.fnt
share/stamp/fonts/tekton.fnt
share/stamp/fonts/thai.fnt
share/stamp/fonts/thin.fnt
-%%X11%%share/stamp/pixmaps/file.xpm
-%%X11%%share/stamp/pixmaps/gstmpcfg.xpm
-%%X11%%share/stamp/pixmaps/gtkstamp.xpm
-%%X11%%share/stamp/pixmaps/stamp.tif
-%%X11%%share/stamp/pixmaps/stamp.xpm
-%%X11%%share/stamp/pixmaps/stamp_not_working.xpm
-%%X11%%share/stamp/pixmaps/stamp_working.xpm
-%%X11%%share/stamp/pixmaps/transfer_not_working.xpm
-%%X11%%share/stamp/pixmaps/transfer_working.xpm
More information about the svn-ports-head
mailing list