summaryrefslogtreecommitdiffstats
path: root/graphics/stamp
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-07-21 17:47:52 +0000
committeradamw <adamw@FreeBSD.org>2014-07-21 17:47:52 +0000
commit28c2b31d4d537f1f53d05e0668e1397b696c4f1a (patch)
tree319127a7ac77536c193069aa90ed4b279facdd72 /graphics/stamp
parentb0a544010f844d1eaa5068532d30d80f00e8854e (diff)
downloadFreeBSD-ports-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.zip
FreeBSD-ports-28c2b31d4d537f1f53d05e0668e1397b696c4f1a.tar.gz
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
Diffstat (limited to 'graphics/stamp')
-rw-r--r--graphics/stamp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile
index 8bf1197..bd6c6276 100644
--- a/graphics/stamp/Makefile
+++ b/graphics/stamp/Makefile
@@ -15,9 +15,9 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-.if !defined(WITHOUT_X11)
-USE_GNOME= gtk12
-.endif
+
+OPTIONS_DEFINE= X11
+X11_USE= GNOME=gtk12
post-patch:
@${REINPLACE_CMD} -e 's#/usr/local/share/stamp#${DATADIR}#' \
OpenPOWER on IntegriCloud