diff options
Diffstat (limited to 'misc/gretl/Makefile')
-rw-r--r-- | misc/gretl/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index d808364c0468..dd25124dcd48 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gretl -PORTVERSION= 0.998a +PORTVERSION= 0.999 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,30 +16,31 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ - gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf \ - xml.5:${PORTSDIR}/textproc/libxml \ + gmp.6:${PORTSDIR}/math/libgmp4 \ + xml2.5:${PORTSDIR}/textproc/libxml2 \ gtkextra.17:${PORTSDIR}/x11-toolkits/gtkextra RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -USE_REINPLACE= yes USE_X_PREFIX= yes USE_GNOMENG= yes +USE_GNOME= gdkpixbuf WANT_GNOME= yes +USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-gmake --without-gmp +CONFIGURE_ARGS= --with-gmake --without-gtk2 INSTALLS_SHLIB= yes MAN1= gretl.1 gretl-config.1 .include <bsd.port.pre.mk> -.if ${HAVE_GNOME:Mgtk12}!="" -USE_GNOME+= gtk12 -PKGNAMESUFFIX= gtk +.if ${HAVE_GNOME:Mgnomeprint}!= "" +USE_GNOME+= gnomeprint gnomeprefix +PKGNAMESUFFIX= -gnome .else CONFIGURE_ARGS+= --without-gnome .endif |