diff options
author | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-06-02 00:25:45 +0800 |
commit | 5b49c19c5242ff2ec52897543245b51c60c4834a (patch) | |
tree | e4cf09605a9a52737e1a94649358c5c4dd0c4e55 /editors | |
parent | 229af19ab23506a643b22ee34e21fbd1f7980f07 (diff) | |
download | freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.gz freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.tar.zst freebsd-ports-gnome-5b49c19c5242ff2ec52897543245b51c60c4834a.zip |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'editors')
-rw-r--r-- | editors/dedit/Makefile | 7 | ||||
-rw-r--r-- | editors/gedit/Makefile | 2 | ||||
-rw-r--r-- | editors/gedit2/Makefile | 2 | ||||
-rw-r--r-- | editors/gnotepad+/Makefile | 4 |
4 files changed, 7 insertions, 8 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 3f25bc7662a6..e02a0bad0c5a 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -7,14 +7,14 @@ PORTNAME= dedit PORTVERSION= 0.5.6 -CATEGORIES= editors +CATEGORIES= editors gnome MASTER_SITES= ftp://ftp.debian.org/debian/dists/unstable/main/source/editors/ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \ - gnome.3:${PORTSDIR}/x11/gnomelibs + gnome.4:${PORTSDIR}/x11/gnomelibs BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake WRKSRC= ${WRKDIR}/dedit-0.5.6 @@ -25,8 +25,7 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_AUTOCONF= yes CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \ - --datadir=${PREFIX}/share/gnome \ - --with-gnome=${PREFIX} + --datadir=${PREFIX}/share/gnome CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASSE}/include" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib -liconv" diff --git a/editors/gedit/Makefile b/editors/gedit/Makefile index de51431ffe92..ddc10dd02c80 100644 --- a/editors/gedit/Makefile +++ b/editors/gedit/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.sourceforge.net/gedit/ MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gnomeprint.9:${PORTSDIR}/print/gnomeprint GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index de51431ffe92..ddc10dd02c80 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://download.sourceforge.net/gedit/ MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gnomeprint.9:${PORTSDIR}/print/gnomeprint GTK_CONFIG?= ${X11BASE}/bin/gtk12-config diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 89e700262917..c09ba2609cc1 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnotepad+ PORTVERSION= 1.3.0 -CATEGORIES= editors www +CATEGORIES= editors www gnome MASTER_SITES= http://download.sourceforge.net/gnotepad/ .if !defined(NOPORTDOCS) DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= brett@peloton.runet.edu -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |