diff options
author | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-29 11:56:15 +0800 |
commit | ff2c6bac0ded6793103b12ed47ec261ee75b026f (patch) | |
tree | 5d44c4203ffb617246e3922b0cbae09608e0e203 /editors/gnotepad+ | |
parent | 09dcfd52af329c174b5aedbac6986cf817fe17d5 (diff) | |
download | freebsd-ports-graphics-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.gz freebsd-ports-graphics-ff2c6bac0ded6793103b12ed47ec261ee75b026f.tar.zst freebsd-ports-graphics-ff2c6bac0ded6793103b12ed47ec261ee75b026f.zip |
Update to use gtk version 1.2.3.
PR: 11842
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'editors/gnotepad+')
-rw-r--r-- | editors/gnotepad+/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/gnotepad+/Makefile b/editors/gnotepad+/Makefile index 03b6389d11f..46baefd6d80 100644 --- a/editors/gnotepad+/Makefile +++ b/editors/gnotepad+/Makefile @@ -3,7 +3,7 @@ # Date created: 08-March-1999 # Whom: brett@peloton.physics.montana.edu # -# $Id: Makefile,v 1.1.1.1 1999/04/30 08:33:54 taoka Exp $ +# $Id: Makefile,v 1.2 1999/05/09 16:29:36 steve Exp $ # DISTNAME= gnotepad+-1.1.4 @@ -13,10 +13,12 @@ MASTER_SITES= http://ack.netpedia.net/gnp/ MAINTAINER= brett@peloton.physics.montana.edu LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ - gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GTK_CONFIG?= ${X11BASE}/bin/gtk12-config GNU_CONFIGURE= yes -CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" MAN1= gnp.1 |