aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-03-24 19:50:35 +0800
committerbapt <bapt@FreeBSD.org>2014-03-24 19:50:35 +0800
commit37ad5b7816c1b356088fd582a7db7cdc23c061fa (patch)
treee1e97c5c46336d35663c654fe8edad8acad0a732
parentddc956869caa0cc2e89dc5e746f8e08806c16e75 (diff)
downloadfreebsd-ports-gnome-37ad5b7816c1b356088fd582a7db7cdc23c061fa.tar.gz
freebsd-ports-gnome-37ad5b7816c1b356088fd582a7db7cdc23c061fa.tar.zst
freebsd-ports-gnome-37ad5b7816c1b356088fd582a7db7cdc23c061fa.zip
Switch to wx 2.8
Convert to stage Add missing USES=desktop-file-utils
-rw-r--r--editors/madedit/Makefile19
1 files changed, 7 insertions, 12 deletions
diff --git a/editors/madedit/Makefile b/editors/madedit/Makefile
index 070aff89d72d..5177c2a1896d 100644
--- a/editors/madedit/Makefile
+++ b/editors/madedit/Makefile
@@ -3,17 +3,17 @@
PORTNAME= madedit
PORTVERSION= 0.2.9
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= editors
MASTER_SITES= SF/${PORTNAME}/MadEdit/MadEdit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-COMMENT= An open-source and cross-platform text/hex editor
+COMMENT= Open-source and cross-platform text/hex editor
LICENSE= GPLv2
-USES= gettext pkgconfig dos2unix
-USE_WX= 2.6+
+USES= gettext pkgconfig dos2unix desktop-file-utils
+USE_WX= 2.8+
WANT_UNICODE= yes
LIB_DEPENDS+= libboost_regex.so:${PORTSDIR}/devel/boost-libs
@@ -23,15 +23,10 @@ CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG}
CONFIGURE_ENV+= PKG_CONFIG="${PKG_CONFIG}" glib_gtk2_CFLAGS="${glib_gtk2_CFLAGS}" glib_gtk2_LIBS="${glib_gtk2_LIBS}"
CXXFLAGS+= ${glib_gtk2_CFLAGS}
-PKG_CONFIG?= ${LOCALBASE}/bin/pkg-config
+PKG_CONFIG?= ${LOCALBASE}/bin/pkgconf
glib_gtk2_CFLAGS=`${PKG_CONFIG} --cflags gtk+-2.0`
glib_gtk2_LIBS= `${PKG_CONFIG} --libs gtk+-2.0`
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+BROKEN_sparc64= yes
-.if ${ARCH} == "sparc64"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>