diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:34:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-04 23:34:15 +0000 |
commit | 5596362958285b2f49963e19682ae48acde38690 (patch) | |
tree | fecb8ec4b6c18c86cefb6c5b255dd275ae323a2b /graphics/qcomicbook | |
parent | 16d82841ce3efe54e5557a86f6d8924a2d47b04c (diff) | |
download | ports-5596362958285b2f49963e19682ae48acde38690.tar.gz ports-5596362958285b2f49963e19682ae48acde38690.zip |
Notes
Diffstat (limited to 'graphics/qcomicbook')
-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> |