diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-30 05:30:42 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-30 05:30:42 +0000 |
commit | 024aca24b257cc5181190c482f6f5161b1066825 (patch) | |
tree | f5a3a2397e16c623cbbd6ad6e59517aa67744b26 /graphics/imlib2-tmp | |
parent | Change library name to libglib-1.1 (diff) |
Change the depend of gtk.
Diffstat (limited to 'graphics/imlib2-tmp')
-rw-r--r-- | graphics/imlib2-tmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2-tmp/Makefile b/graphics/imlib2-tmp/Makefile index 56f86630202d..9d7805ee70bb 100644 --- a/graphics/imlib2-tmp/Makefile +++ b/graphics/imlib2-tmp/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.22 1998/06/23 06:43:12 vanilla Exp $ +# $Id: Makefile,v 1.23 1998/07/18 18:42:21 vanilla Exp $ # DISTNAME= imlib-1.7 @@ -18,7 +18,7 @@ LIB_DEPENDS= png\\.2\\.:${PORTSDIR}/graphics/png \ jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \ tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \ gif\\.3\\.:${PORTSDIR}/graphics/giflib \ - gtk\\.1\\.4:${PORTSDIR}/x11/gtk + gtk\\.1\\.5:${PORTSDIR}/x11/gtk USE_GMAKE= yes USE_X11= yes |