diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:47:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-21 17:47:52 +0000 |
commit | e081d9b9ede78a2c05aaae34df25f8bb5ebd936f (patch) | |
tree | 319127a7ac77536c193069aa90ed4b279facdd72 /graphics/stamp | |
parent | eca9032f4c423feb63e02b030bd1c0525f8fc8ad (diff) |
Remove some instances of WITHOUT_X11 and use an X11 OPTION
instead.
Notes
Notes:
svn path=/head/; revision=362457
Diffstat (limited to 'graphics/stamp')
-rw-r--r-- | graphics/stamp/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/stamp/Makefile b/graphics/stamp/Makefile index 8bf11976e380..bd6c6276ffda 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}#' \ |