diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-06 16:17:30 +0800 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-07-06 16:17:30 +0800 |
commit | 3c437e2e5e074dc2077f6f91a0c248f0d5661a6e (patch) | |
tree | de925f5386e151cd43104fae235e3e2ef62785e5 | |
parent | e10f5e759b8dc64622f248efe4dd10e30e7286cd (diff) | |
download | freebsd-ports-gnome-3c437e2e5e074dc2077f6f91a0c248f0d5661a6e.tar.gz freebsd-ports-gnome-3c437e2e5e074dc2077f6f91a0c248f0d5661a6e.tar.zst freebsd-ports-gnome-3c437e2e5e074dc2077f6f91a0c248f0d5661a6e.zip |
- unbreak the build
PR: 169677
Reported by: Alfred Bartsch <bartsch at dssgmbh dot de>
-rw-r--r-- | misc/xosd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile index 4d07d8f03f74..05d14dcb6825 100644 --- a/misc/xosd/Makefile +++ b/misc/xosd/Makefile @@ -38,7 +38,7 @@ OPTIONS_DEFINE= XMMS OPTIONS_DEFAULT= XMMS XMMS_DESC= Install XMMS-OSD plugin -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXMMS} LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms \ |