1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Relax gcc version requirement from 3.4 to 3.4+ to allow build on 7.x

- Minor tweaks while I'm here

Reported by:	pointyhat via kris
This commit is contained in:
Andrew Pantyukhin 2007-06-19 09:33:03 +00:00
parent 935fe4bcd0
commit 6f805f856a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193857

View File

@ -23,17 +23,15 @@ LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
LIB_DEPENDS+= gnet-2.0.0:${PORTSDIR}/net/gnet2
.endif
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GETTEXT= yes
USE_GNOME= gnomeprefix gnomehack intlhack gconf2 intltool
.if !defined(WITHOUT_GNOME)
USE_GNOME+= gnomepanel
.endif
USE_GCC= 3.4
USE_GCC= 3.4+
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-gconf
.if defined(WITHOUT_GNOME)
CONFIGURE_ARGS+=--disable-gnome