Index: flamerobin/Makefile =================================================================== RCS file: /home/pcvs/ports/databases/flamerobin/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- flamerobin/Makefile 17 Sep 2006 09:48:49 -0000 1.4 +++ flamerobin/Makefile 13 Nov 2006 21:19:16 -0000 @@ -19,28 +19,22 @@ USE_WX= 2.6 WX_COMPS= wx contrib +WX_CONF_ARGS= absolute +WX_PREMK= yes WX_UNICODE= yes -GNU_CONFIGURE= yes USE_X_PREFIX= yes - -WX_CONFIG= ${X11BASE}/bin/wxgtk2u-2.6-config +GNU_CONFIGURE= yes +CONFIGURE_TARGET=--build=${ARCH}-portbld-freebsd${OSREL} SUB_FILES= pkg-message MAN1= flamerobin.1 -.if exists(${WX_CONFIG}) -WX_VERSION!= ${WX_CONFIG} --release -PLIST_SUB+= WX_VERSION=${WX_VERSION} -.endif - -CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} - .include -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x +.if exists(${WX_CONFIG}) +WX_VER_STR!= ${WX_CONFIG} --release +PLIST_SUB+= WX_VERSION=${WX_VER_STR} .endif post-install: