diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-toolkits/qt4-gui | |
parent | - Update to 1.2.2 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'x11-toolkits/qt4-gui')
-rw-r--r-- | x11-toolkits/qt4-gui/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-toolkits/qt4-gui/Makefile b/x11-toolkits/qt4-gui/Makefile index 5ab8239a63d9..8d1e32802208 100644 --- a/x11-toolkits/qt4-gui/Makefile +++ b/x11-toolkits/qt4-gui/Makefile @@ -10,9 +10,9 @@ PKGNAMEPREFIX= qt4- MAINTAINER= kde@FreeBSD.org COMMENT= Qt graphical user interface module -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ - libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig -RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils +LIB_DEPENDS= libpng.so:graphics/png \ + libfontconfig.so:x11-fonts/fontconfig +RUN_DEPENDS= xdg-open:devel/xdg-utils USE_QT4= qmake_build moc_build rcc_build uic_build corelib QT_DIST= yes @@ -52,12 +52,12 @@ FONTENCOD= ${LOCALBASE}/share/fonts/encodings/encodings.dir .include "${.CURDIR}/../../devel/qt4/files/Makefile.options" .if ${QT4_OPTIONS:MCUPS} -LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups +LIB_DEPENDS+= libcups.so:print/cups CONFIGURE_ARGS+=-cups -L${LOCALBASE}/lib -I. -I${LOCALBASE}/include .endif .if ${QT4_OPTIONS:MNAS} -LIB_DEPENDS+= libaudio.so:${PORTSDIR}/audio/nas +LIB_DEPENDS+= libaudio.so:audio/nas CONFIGURE_ARGS+=-system-nas-sound .else CONFIGURE_ARGS+=-no-nas-sound @@ -71,8 +71,8 @@ CONFIGURE_ARGS+=-no-gtkstyle .endif .if defined(PACKAGE_BUILDING) -RUN_DEPENDS+= xorg-fonts-truetype>0:${PORTSDIR}/x11-fonts/xorg-fonts-truetype \ - ${FONTENCOD}:${PORTSDIR}/x11-fonts/encodings +RUN_DEPENDS+= xorg-fonts-truetype>0:x11-fonts/xorg-fonts-truetype \ + ${FONTENCOD}:x11-fonts/encodings .endif CFLAGS_powerpc64= -mminimal-toc |