diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:16:16 +0800 |
commit | c60c1d09235abbfd733e901b1872b86adc82027c (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /multimedia/winff | |
parent | 0e1e582c065e8fdcb4c8070ec1b22a3d70aa3a7c (diff) | |
download | freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.gz freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.tar.zst freebsd-ports-gnome-c60c1d09235abbfd733e901b1872b86adc82027c.zip |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'multimedia/winff')
-rw-r--r-- | multimedia/winff/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index da59291e219a..e9e74b0bcd5e 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -14,8 +14,8 @@ COMMENT= Convert your videos quickly, easily, and all at once LICENSE= GPLv3 -BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus -LIB_DEPENDS= libavutil.so:${PORTSDIR}/multimedia/ffmpeg +BUILD_DEPENDS= lazbuild:editors/lazarus +LIB_DEPENDS= libavutil.so:multimedia/ffmpeg NO_WRKSUBDIR= yes USE_FPC= cairo fcl-base fcl-image fcl-json fcl-xml pasjpeg x11 @@ -51,13 +51,13 @@ OPTIONS_DEFAULT= GTK2 USE_FPC+= gtk2 USE_GNOME+= gtk20 LCL_PLATFORM= gtk2 -BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 +BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2 .endif .if ${PORT_OPTIONS:MQT4} -LIB_DEPENDS+= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas +LIB_DEPENDS+= libQt4Pas.so:x11-toolkits/qt4pas LCL_PLATFORM= qt -BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt +BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt .endif pre-configure: |