diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-06-01 16:25:45 +0000 |
commit | 8bd85a9d02479e9b3afa01753c4c9f15829a1343 (patch) | |
tree | c8de158d4ed23e4170b9cddb89d1841a59a27334 /ftp | |
parent | 8b7c12b85ce373a72c102dc7ca7d0c7ad5dad723 (diff) | |
download | freebsd-ports-8bd85a9d02479e9b3afa01753c4c9f15829a1343.zip |
Updates for new shared library versions in GNOME 1.2
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/gtm/Makefile | 32 | ||||
-rw-r--r-- | ftp/junglemonkey/Makefile | 2 |
2 files changed, 16 insertions, 18 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index efda117c714f..8341110fa23b 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -5,26 +5,24 @@ # $FreeBSD$ # -PORTNAME= gtm -PORTVERSION= 0.3.1 -CATEGORIES= ftp gnome -MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ - http://www.nectar.cc/distfiles/ +PORTNAME= gtm +PORTVERSION= 0.3.1 +CATEGORIES= ftp gnome +MASTER_SITES= http://www.rnl.ist.utl.pt/~bapm/gtm/files/ \ + http://www.nectar.cc/distfiles/ -MAINTAINER= nectar@FreeBSD.org +MAINTAINER= nectar@FreeBSD.org -# wget is in BUILD_DEPENDS because the configure script checks for it -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ - capplet.1:${PORTSDIR}/sysutils/gnomecontrolcenter -BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget -RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +LIB_DEPENDS= capplet.4:${PORTSDIR}/sysutils/gnomecontrolcenter +BUILD_DEPENDS= wget:${PORTSDIR}/ftp/wget +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -USE_X_PREFIX= YES -USE_GMAKE= YES -GNU_CONFIGURE= YES -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" -CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome +USE_X_PREFIX= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +CONFIGURE_ARGS= --datadir=${PREFIX}/share/gnome .include <bsd.port.mk> diff --git a/ftp/junglemonkey/Makefile b/ftp/junglemonkey/Makefile index 6082f29c2a20..4888065b426e 100644 --- a/ftp/junglemonkey/Makefile +++ b/ftp/junglemonkey/Makefile @@ -13,7 +13,7 @@ DISTNAME= jm-${PORTVERSION} MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs \ +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ gnet.0:${PORTSDIR}/net/gnet \ popt.0:${PORTSDIR}/devel/popt \ glade.3:${PORTSDIR}/devel/libglade |