diff options
author | billf <billf@FreeBSD.org> | 1999-01-28 06:11:13 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-01-28 06:11:13 +0800 |
commit | 3d4d1fc7341259749d96097c371444e98fc90e52 (patch) | |
tree | 8495ce1ecdcd2a1258a713e80162d6fcf2c3eecd /graphics | |
parent | 1e7d2ce4e651d234ad2eb07f6400dd7d4049bd5b (diff) | |
download | freebsd-ports-gnome-3d4d1fc7341259749d96097c371444e98fc90e52.tar.gz freebsd-ports-gnome-3d4d1fc7341259749d96097c371444e98fc90e52.tar.zst freebsd-ports-gnome-3d4d1fc7341259749d96097c371444e98fc90e52.zip |
Fix typo related to gtk.
Satoshi's build scripts caught this (sort of).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/qiv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index ee0ed810f9a6..5acdda823324 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -3,7 +3,7 @@ # Date created: 25 December 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1998/12/27 03:26:57 billf Exp $ # DISTNAME= qiv-1.0 @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes |