aboutsummaryrefslogtreecommitdiff
path: root/graphics/qcomicbook/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:34:15 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-08-04 23:34:15 +0000
commit5596362958285b2f49963e19682ae48acde38690 (patch)
treefecb8ec4b6c18c86cefb6c5b255dd275ae323a2b /graphics/qcomicbook/Makefile
parent16d82841ce3efe54e5557a86f6d8924a2d47b04c (diff)
downloadports-5596362958285b2f49963e19682ae48acde38690.tar.gz
ports-5596362958285b2f49963e19682ae48acde38690.zip
- Fix Build after qt4 update
- Pass maintainership to Max Brazhnikov (makc@issp.ac.ru)
Notes
Notes: svn path=/head/; revision=218045
Diffstat (limited to 'graphics/qcomicbook/Makefile')
-rw-r--r--graphics/qcomicbook/Makefile8
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>