diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 11:50:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-24 11:50:35 +0000 |
commit | 1ae9854be4e4a305e85b9ede0f79d9b568533b9b (patch) | |
tree | e1e97c5c46336d35663c654fe8edad8acad0a732 /editors/madedit | |
parent | 3c3439877a1138d49c9bd380a09ee02c85ba4381 (diff) |
Notes
Diffstat (limited to 'editors/madedit')
-rw-r--r-- | editors/madedit/Makefile | 19 |
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> |