diff options
author | linimon <linimon@FreeBSD.org> | 2004-08-24 07:50:37 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-08-24 07:50:37 +0800 |
commit | 40cd95d0a2e0e3b0e44d52ee95ed518ed5e37f34 (patch) | |
tree | 8071518d7cc3c2cb269559b77ab7dea62fca87c8 /audio/linux-mbrola | |
parent | 800bd656b8dc6c824bdbd5ad352227754f7709d9 (diff) | |
download | freebsd-ports-gnome-40cd95d0a2e0e3b0e44d52ee95ed518ed5e37f34.tar.gz freebsd-ports-gnome-40cd95d0a2e0e3b0e44d52ee95ed518ed5e37f34.tar.zst freebsd-ports-gnome-40cd95d0a2e0e3b0e44d52ee95ed518ed5e37f34.zip |
Turn this port into a proper slave port.
PR: ports/67922
Approved by: maintainer timeout (2 months)
Diffstat (limited to 'audio/linux-mbrola')
-rw-r--r-- | audio/linux-mbrola/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/linux-mbrola/Makefile b/audio/linux-mbrola/Makefile index 877cd1533350..ab639e348676 100644 --- a/audio/linux-mbrola/Makefile +++ b/audio/linux-mbrola/Makefile @@ -22,4 +22,5 @@ ONLY_FOR_ARCHS= alpha i386 ppc sparc64 USE_LINUX= y USE_ZIP= y -.include "../mbrola/Makefile" +MASTERDIR= ${.CURDIR}/../mbrola +.include "${MASTERDIR}/Makefile" |