diff options
Diffstat (limited to 'math/surf/Makefile')
-rw-r--r-- | math/surf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/surf/Makefile b/math/surf/Makefile index ff6e2fd2aedc..e8e1842a1f43 100644 --- a/math/surf/Makefile +++ b/math/surf/Makefile @@ -18,7 +18,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ gmp.6:${PORTSDIR}/math/libgmp4 -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 USE_NEWGCC= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ |