diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:00:51 +0800 |
commit | 148314483d3098c0d6a33944f1190842e671502f (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /emulators/fuse-utils | |
parent | 96cd8e4bc2d30db4bc3bbbf3fcdcc98121c879e0 (diff) | |
download | freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.gz freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.tar.zst freebsd-ports-gnome-148314483d3098c0d6a33944f1190842e671502f.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'emulators/fuse-utils')
-rw-r--r-- | emulators/fuse-utils/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index d14a8e3d1ef9..0bf51c767b3f 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= pkgconfig -LIB_DEPENDS= libspectrum.so:${PORTSDIR}/emulators/libspectrum +LIB_DEPENDS= libspectrum.so:emulators/libspectrum GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} @@ -28,10 +28,10 @@ AUDIOTOOLS_DESC= Build audio <-> tape utilities OPTIONS_SUB= yes AUDIOTOOLS_CONFIGURE_WITH= audiofile -AUDIOTOOLS_LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile +AUDIOTOOLS_LIB_DEPENDS= libaudiofile.so:audio/libaudiofile # FIXME no way to specify ffmpeg1 paths to configure script -#FFMPEG_LIB_DEPENDS= libavformat1.so:${PORTSDIR}/multimedia/ffmpeg1 +#FFMPEG_LIB_DEPENDS= libavformat1.so:multimedia/ffmpeg1 #FFMPEG_CONFIGURE_WITH= ffmpeg post-install: |