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 /textproc | |
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 'textproc')
-rw-r--r-- | textproc/gaspell/Makefile | 4 | ||||
-rw-r--r-- | textproc/gtkdiff/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/gaspell/Makefile b/textproc/gaspell/Makefile index 14e8b9aec0c0..4e7e465f5e23 100644 --- a/textproc/gaspell/Makefile +++ b/textproc/gaspell/Makefile @@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME}-.29.1 MAINTAINER= ade@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs -RUN_DEPENDS= ${LOCALBASE}/bin/aspell:${PORTSDIR}/textproc/aspell +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell USE_NEWGCC= yes ALL_TARGET= gaspell diff --git a/textproc/gtkdiff/Makefile b/textproc/gtkdiff/Makefile index 64112dc2f595..8e3dd89f08ee 100644 --- a/textproc/gtkdiff/Makefile +++ b/textproc/gtkdiff/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.ainet.or.jp/~inoue/software/gtkdiff/ MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gnome.3:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |