diff options
Diffstat (limited to 'editors/gedit3/Makefile')
-rw-r--r-- | editors/gedit3/Makefile | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/editors/gedit3/Makefile b/editors/gedit3/Makefile index ec324e634..b7806e5f9 100644 --- a/editors/gedit3/Makefile +++ b/editors/gedit3/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom$ -# +# $MCom: ports/trunk/editors/gedit3/Makefile 17268 2013-04-01 05:13:11Z marcus $ PORTNAME= gedit PORTVERSION= 3.4.2 @@ -18,9 +14,9 @@ COMMENT= A small but powerful text editor for GNOME 3 Desktop Environment BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas \ itstool:${PORTSDIR}/textproc/itstool -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant \ - peas-gtk-1.0.0:${PORTSDIR}/devel/libpeas \ - soup-2.4.1:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant \ + peas-gtk-1.0:${PORTSDIR}/devel/libpeas \ + soup-2.4:${PORTSDIR}/devel/libsoup RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:${PORTSDIR}/devel/gsettings-desktop-schemas @@ -29,13 +25,13 @@ CONFLICTS= gedit-2.[0-9]* LATEST_LINK= gedit3 USE_XORG= sm USE_XZ= yes -USE_GETTEXT= yes +USES= gettext pathfix desktop-file-utils pkgconfig USE_PYTHON= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GNOME= gnomeprefix gnomehack intlhack gtksourceview3 libxml2 \ - desktopfileutils gnomedocutils pygobject3 +USE_GNOME= gnomeprefix intlhack gtksourceview3 libxml2 \ + gnomedocutils pygobject3 CONFIGURE_ARGS= --disable-updater CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -51,7 +47,4 @@ GLIB_SCHEMAS= org.gnome.gedit.enums.xml \ org.gnome.gedit.plugins.time.enums.xml \ org.gnome.gedit.plugins.time.gschema.xml -post-install: - @-update-desktop-database - .include <bsd.port.mk> |