diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-17 01:21:29 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-17 01:21:29 +0000 |
commit | ba82d96aef7779d86563c73d266f3e62f63c787e (patch) | |
tree | 8d065ae620ef45a4ecfd3a9e0f3970a88c0e8a7a /graphics/gqview | |
parent | add management for etc files (diff) |
LIB_DEPENEDS -> LIB_DEPENDS
gdk_pixbuf -> gdk-pixbuf
PR: 28210
Submitted by: mwest@uct.ac.za
Notes
Notes:
svn path=/head/; revision=44081
Diffstat (limited to 'graphics/gqview')
-rw-r--r-- | graphics/gqview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 80fda10461a5..cebc2ea935f3 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENEDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk_pixbuf +LIB_DEPENDS= gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf USE_X_PREFIX= yes USE_GTK= yes |