diff options
author | ade <ade@FreeBSD.org> | 2000-05-18 00:30:50 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-05-18 00:30:50 +0800 |
commit | 5592a2d14c488ce5b68c8bc986b6008a79a0d6ab (patch) | |
tree | aee15f28eafe566c1803fc8a2bbd0ce25fe49e95 /editors/gedit2 | |
parent | 2da0e1b3a5caad3d4daaccb90f819d5ae68c80cb (diff) | |
download | freebsd-ports-gnome-5592a2d14c488ce5b68c8bc986b6008a79a0d6ab.tar.gz freebsd-ports-gnome-5592a2d14c488ce5b68c8bc986b6008a79a0d6ab.tar.zst freebsd-ports-gnome-5592a2d14c488ce5b68c8bc986b6008a79a0d6ab.zip |
Chase new gnomeprint shared library version
Diffstat (limited to 'editors/gedit2')
-rw-r--r-- | editors/gedit2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile index 7025272d0e2c..de51431ffe92 100644 --- a/editors/gedit2/Makefile +++ b/editors/gedit2/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://download.sourceforge.net/gedit/ MAINTAINER= ade@FreeBSD.org LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \ - gnomeprint.7:${PORTSDIR}/print/gnomeprint + gnomeprint.9:${PORTSDIR}/print/gnomeprint GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |