diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:10:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-29 04:10:49 +0000 |
commit | 17c11bd3575cd6238c1674f9c6338d2d9586d2f5 (patch) | |
tree | ffa271fa0c35f2b1cc27ef19cfdd72e399e0bf7a /graphics/qiv | |
parent | 6d2faeb0e137565269431824648619184e85fe5b (diff) |
Notes
Diffstat (limited to 'graphics/qiv')
-rw-r--r-- | graphics/qiv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 9258aa8d2b3b..449c39350ef3 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: Makefile,v 1.2 1999/01/27 22:11:13 billf Exp $ +# $Id: Makefile,v 1.3 1999/04/22 07:39:07 mharo Exp $ # DISTNAME= qiv-1.0 @@ -15,20 +15,17 @@ EXTRACT_SUFX= .tgz MAINTAINER= billf@FreeBSD.org -LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 -BUILD_DEPENDS= imlib-config:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= gdk_imlib.4:${PORTSDIR}/graphics/imlib USE_X_PREFIX= yes MAN1= qiv.1 post-patch: - @ ${MV} ${WRKSRC}/qiv.1 ${WRKSRC}/qiv.1.pre_sed @ ${SED} -e 's#\/usr\/bin#${PREFIX}/bin#g' \ ${WRKSRC}/qiv.1.pre_sed > ${WRKSRC}/qiv.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qiv ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/qiv.1 ${PREFIX}/man/man1/ |