diff options
author | nectar <nectar@FreeBSD.org> | 1999-01-18 02:17:51 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 1999-01-18 02:17:51 +0800 |
commit | bb2584087edf3b7652e3cc1a74c5c7e5cda6a1f6 (patch) | |
tree | f144e017739e03012e50880c88d27628a1dacd07 /graphics/gqview | |
parent | 1b885c6c237509327b1ef342cc1ae4fb8ce1d9d9 (diff) | |
download | freebsd-ports-gnome-bb2584087edf3b7652e3cc1a74c5c7e5cda6a1f6.tar.gz freebsd-ports-gnome-bb2584087edf3b7652e3cc1a74c5c7e5cda6a1f6.tar.zst freebsd-ports-gnome-bb2584087edf3b7652e3cc1a74c5c7e5cda6a1f6.zip |
Bump imlib version number in dependencies.
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index a8a755102140..664c474c10e3 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -3,7 +3,7 @@ # Date Created: 27 Oct 1998 # Whom: Vanilla Pooh Shu <vanilla@FreeBSD.ORG> # -# $Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/01/12 16:50:42 vanilla Exp $ # DISTNAME= gqview-0.5.1.src @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= nacai@iname.com LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \ - Imlib.1:${PORTSDIR}/graphics/imlib + Imlib.2:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/gqview-0.5.1 |