diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2016-08-05 01:22:46 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2016-08-05 01:22:46 +0800 |
commit | 225ff6623b41175e1ccc2c3ee5a640c34172dd74 (patch) | |
tree | 4b845f3638f26ea0b23aa9887867b4dc9a2c2ef0 | |
parent | 0ae8b5428d5216dd02a371e91c18726598d9f0ea (diff) | |
download | freebsd-ports-graphics-225ff6623b41175e1ccc2c3ee5a640c34172dd74.tar.gz freebsd-ports-graphics-225ff6623b41175e1ccc2c3ee5a640c34172dd74.tar.zst freebsd-ports-graphics-225ff6623b41175e1ccc2c3ee5a640c34172dd74.zip |
Remove PORTSDIR from dependency
-rw-r--r-- | emulators/virtualbox-ose-additions/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/virtualbox-ose-additions/Makefile b/emulators/virtualbox-ose-additions/Makefile index 46c8d2a4180..49b46b241d3 100644 --- a/emulators/virtualbox-ose-additions/Makefile +++ b/emulators/virtualbox-ose-additions/Makefile @@ -47,7 +47,7 @@ OPTIONS_DEFAULT= DBUS X11 OPTIONS_SUB= yes DBUS_CONFIGURE_OFF= --disable-dbus -DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +DBUS_LIB_DEPENDS= libdbus-1.so:devel/dbus OPENGL_CONFIGURE_OFF= --disable-opengl .include <bsd.port.options.mk> |