diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-26 22:55:18 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2012-09-26 22:55:18 +0800 |
commit | 2bcb5046c09e35a4036c2eec54c51e4120663786 (patch) | |
tree | 1c092774a15ab587e74aed1fdc167b64905a12dd /graphics | |
parent | 79326054a93ea8f661a1da358413a6ec42140d2a (diff) | |
download | freebsd-ports-gnome-2bcb5046c09e35a4036c2eec54c51e4120663786.tar.gz freebsd-ports-gnome-2bcb5046c09e35a4036c2eec54c51e4120663786.tar.zst freebsd-ports-gnome-2bcb5046c09e35a4036c2eec54c51e4120663786.zip |
Adjust OPTIONS_DEFAULT to pre-r304880 state.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/darktable/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/darktable/Makefile b/graphics/darktable/Makefile index f5fafb83af64..00881c7f4d9d 100644 --- a/graphics/darktable/Makefile +++ b/graphics/darktable/Makefile @@ -37,7 +37,7 @@ RAWSPEED_DESC= Compile with rawspeed backend SLIDESHOW_DESC= Build OpenGL/SDL slideshow viewer GCC46_DESC= Build with GCC 4.6+ (better OpenMP support) -OPTIONS_DEFAULT= GPHOTO RAWSPEED NLS +OPTIONS_DEFAULT= GPHOTO RAWSPEED GCC46 .include <bsd.port.pre.mk> |