diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:33:55 +0800 |
commit | 6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11-fm/doublecmd | |
parent | 9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff) | |
download | freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'x11-fm/doublecmd')
-rw-r--r-- | x11-fm/doublecmd/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile index 4745cbc8fc80..9fd9c9ba28ad 100644 --- a/x11-fm/doublecmd/Makefile +++ b/x11-fm/doublecmd/Makefile @@ -13,8 +13,8 @@ COMMENT= Total Commander like file manager for the X Window System LICENSE= GPLv2 -BUILD_DEPENDS= lazbuild:${PORTSDIR}/editors/lazarus \ - fpcres:${PORTSDIR}/lang/fpc-utils +BUILD_DEPENDS= lazbuild:editors/lazarus \ + fpcres:lang/fpc-utils ONLY_FOR_ARCHS= i386 amd64 @@ -99,14 +99,14 @@ OPTIONS_DEFAULT= GTK2 \ DSX_LOCATE GTK2_USE= fpc=gtk2 gnome=gtk20 -GTK2_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2 +GTK2_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-gtk2 -QT4_LIB_DEPENDS= libQt4Pas.so:${PORTSDIR}/x11-toolkits/qt4pas -QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-qt +QT4_LIB_DEPENDS= libQt4Pas.so:x11-toolkits/qt4pas +QT4_BUILD_DEPENDS= ${LAZARUS_DIR}/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:editors/lazarus-lcl-qt -WCX_UNRAR_LIB_DEPENDS= libunrar.so:${PORTSDIR}/archivers/libunrar -WFX_SAMBA_LIB_DEPENDS= libsmbclient.so:${PORTSDIR}/net/samba-libsmbclient -WLX_MPLAYER_RUN_DEPENDS= mplayer:${PORTSDIR}/multimedia/mplayer +WCX_UNRAR_LIB_DEPENDS= libunrar.so:archivers/libunrar +WFX_SAMBA_LIB_DEPENDS= libsmbclient.so:net/samba-libsmbclient +WLX_MPLAYER_RUN_DEPENDS= mplayer:multimedia/mplayer .include <bsd.port.options.mk> |