diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /graphics/imlib2 | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-gnome-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'graphics/imlib2')
-rw-r--r-- | graphics/imlib2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imlib2/Makefile b/graphics/imlib2/Makefile index 9b8b48fc0b8a..24946462aeea 100644 --- a/graphics/imlib2/Makefile +++ b/graphics/imlib2/Makefile @@ -3,7 +3,7 @@ # Date created: 10 June 1997 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.24 1998/07/30 05:30:42 vanilla Exp $ +# $Id: Makefile,v 1.25 1998/08/05 09:31:12 asami 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\\.5:${PORTSDIR}/x11/gtk + gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk USE_GMAKE= yes USE_X_PREFIX= yes |