diff options
author | miwi <miwi@FreeBSD.org> | 2008-08-05 07:34:15 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-08-05 07:34:15 +0800 |
commit | 9e79a3d0a0f96c633604bcaa0bc880510fbe5e9e (patch) | |
tree | 42d5d5b6e1b466231874e5470aff447cd2a45c85 /graphics/qcomicbook/Makefile | |
parent | 8ad6910f81afb6a663432fb59ddaa03bfa6ea8e4 (diff) | |
download | freebsd-ports-gnome-9e79a3d0a0f96c633604bcaa0bc880510fbe5e9e.tar.gz freebsd-ports-gnome-9e79a3d0a0f96c633604bcaa0bc880510fbe5e9e.tar.zst freebsd-ports-gnome-9e79a3d0a0f96c633604bcaa0bc880510fbe5e9e.zip |
- Fix Build after qt4 update
- Pass maintainership to Max Brazhnikov (makc@issp.ac.ru)
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-rw-r--r-- | graphics/qcomicbook/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/qcomicbook/Makefile b/graphics/qcomicbook/Makefile index a36089e31b45..69b2331a7a12 100644 --- a/graphics/qcomicbook/Makefile +++ b/graphics/qcomicbook/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://linux.bydg.org/~yogin/qcomicbook/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= makc@issp.ac.ru COMMENT= QT-based comic book archive viewer RUN_DEPENDS= unzip:${PORTSDIR}/archivers/unzip \ @@ -28,8 +28,8 @@ CONFIGURE_ENV= QtGui_CFLAGS="${QtGui_CFLAGS}" MAN1= qcomicbook.1 QtGui_CFLAGS= -DQT_SHARED \ - -I${QT_PREFIX}/include/QtGui \ - -I${QT_PREFIX}/include/QtCore \ - -I${QT_PREFIX}/include + -I${QT_INCDIR}/QtGui \ + -I${QT_INCDIR}/QtCore \ + -I${QT_INCDIR} .include <bsd.port.mk> |