diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-22 06:54:08 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-22 06:54:08 +0800 |
commit | 40bdfa91528481c05af7776bf32a1b0be32a35f7 (patch) | |
tree | 28a13d8a30c69791cfb8bec481cd5f5c938e47fd /graphics/qiv/Makefile | |
parent | cfc0ea2f87f84419c2c6f36149399a643b128db5 (diff) | |
download | freebsd-ports-gnome-40bdfa91528481c05af7776bf32a1b0be32a35f7.tar.gz freebsd-ports-gnome-40bdfa91528481c05af7776bf32a1b0be32a35f7.tar.zst freebsd-ports-gnome-40bdfa91528481c05af7776bf32a1b0be32a35f7.zip |
Update to 1.6.
Diffstat (limited to 'graphics/qiv/Makefile')
-rw-r--r-- | graphics/qiv/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 8b500a87320f..b32032b3805d 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -6,7 +6,7 @@ # PORTNAME= qiv -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= graphics MASTER_SITES= http://www.klografx.net/qiv/download/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= trevor@FreeBSD.org +LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt + USE_X_PREFIX= yes USE_GMAKE= yes USE_IMLIB= yes @@ -30,6 +32,7 @@ do-configure: -e 's#RANDOM GETOPT_LONG#RANDOM#' \ -e 's#gcc#${CC}#' \ -e 's#-O2#${CFLAGS}#' \ + -e 's#libs-gdk`#libs-gdk` -lgnugetopt#' \ ${WRKSRC}/Makefile.pre_sed > ${WRKSRC}/Makefile do-install: |