aboutsummaryrefslogtreecommitdiff
path: root/graphics/gqview
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 04:10:49 +0000
commit17c11bd3575cd6238c1674f9c6338d2d9586d2f5 (patch)
treeffa271fa0c35f2b1cc27ef19cfdd72e399e0bf7a /graphics/gqview
parent6d2faeb0e137565269431824648619184e85fe5b (diff)
downloadports-17c11bd3575cd6238c1674f9c6338d2d9586d2f5.tar.gz
ports-17c11bd3575cd6238c1674f9c6338d2d9586d2f5.zip
Notes
Diffstat (limited to 'graphics/gqview')
-rw-r--r--graphics/gqview/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile
index 825936ff48f0..f5fb2f691aea 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.10 1999/03/15 05:59:15 nectar Exp $
+# $Id: Makefile,v 1.11 1999/03/15 18:30:04 nectar Exp $
#
DISTNAME= gqview-0.6.0.src
@@ -14,15 +14,16 @@ EXTRACT_SUFX= .tgz
MAINTAINER= nacai@iname.com
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
- Imlib.3:${PORTSDIR}/graphics/imlib
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
+ Imlib.4:${PORTSDIR}/graphics/imlib
+
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= gqview
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
-
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
pre-install:
.if !defined(NOPORTDOCS)