diff options
author | jgh <jgh@FreeBSD.org> | 2013-09-12 10:37:17 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-09-12 10:37:17 +0800 |
commit | d4f71114e07adc2b2996e79a1eb6c2da0c7cbd31 (patch) | |
tree | a64020a149fbb6a854bf0af156dbf78e67c98835 | |
parent | 2e5173b97e801163b47577ea8ac32269151cf808 (diff) | |
download | freebsd-ports-gnome-d4f71114e07adc2b2996e79a1eb6c2da0c7cbd31.tar.gz freebsd-ports-gnome-d4f71114e07adc2b2996e79a1eb6c2da0c7cbd31.tar.zst freebsd-ports-gnome-d4f71114e07adc2b2996e79a1eb6c2da0c7cbd31.zip |
Note: pr originally was intended to only address pkgconfig dependency,
however this was addressed in rr327018
- adopt new lib_depends format
- pet portlint
- move pre-configure to post-patch-script
PR: 181988
Submitted by: kalten@gmx.at
-rw-r--r-- | graphics/qiv/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/qiv/Makefile b/graphics/qiv/Makefile index 2c6deb19af0f..1640bbbbffe3 100644 --- a/graphics/qiv/Makefile +++ b/graphics/qiv/Makefile @@ -12,14 +12,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Small, fast GDK/Imlib2 image viewer -LIB_DEPENDS= Imlib2.5:${PORTSDIR}/graphics/imlib2 - LICENSE= GPLv2 +LIB_DEPENDS= libImlib2.so:${PORTSDIR}/graphics/imlib2 + USES= gmake pkgconfig USE_GNOME= gtk20 - OPTIONS_DEFINE= XINERAMA MAN1= qiv.1 @@ -28,7 +27,7 @@ USE_XORG+= x11 .include <bsd.port.options.mk> -pre-configure: +post-patch-script: .if ${PORT_OPTIONS:MXINERAMA} USE_XORG+= xinerama .else |