diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 18:01:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-11-25 18:01:08 +0000 |
commit | 8518a1f60b5cbf00a178f00eb16944afc0491b6a (patch) | |
tree | 678a6457d53f0a716f71f7ec2d3930f0adbe3a7f /sysutils/qpxtool | |
parent | 9890cd8460d629bd18102314e4e16dd4769d00e5 (diff) |
Notes
Diffstat (limited to 'sysutils/qpxtool')
-rw-r--r-- | sysutils/qpxtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/qpxtool/Makefile b/sysutils/qpxtool/Makefile index b41e28307353..8c9c07b9a773 100644 --- a/sysutils/qpxtool/Makefile +++ b/sysutils/qpxtool/Makefile @@ -7,7 +7,7 @@ CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[^.]*$/.x/}/${DISTVERSION} MAINTAINER= horia@racoviceanu.com -COMMENT= A GUI for testing CD/DVD quality and transfer rate +COMMENT= GUI for testing CD/DVD quality and transfer rate LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png @@ -20,7 +20,7 @@ CONFIGURE_ENV= PREFIX=${PREFIX} USE_LDCONFIG= yes post-configure: - @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKEFLAGS}|' \ + @${REINPLACE_CMD} -e 's|$$(QMAKE4)|& ${QMAKE_AGRS}|' \ ${WRKSRC}/gui/Makefile @${REINPLACE_CMD} -e 's|S_ISBLK|S_ISCHR|' \ ${WRKSRC}/lib/qpxtransport/qpx_mmc.cpp |