diff options
Diffstat (limited to 'databases/db42')
-rw-r--r-- | databases/db42/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/db42/Makefile b/databases/db42/Makefile index 2b78100..61b08d2 100644 --- a/databases/db42/Makefile +++ b/databases/db42/Makefile @@ -16,4 +16,6 @@ PATCHFILES= patch.${PORTVERSION}.1 patch.${PORTVERSION}.2 MAINTAINER= matthias.andree@gmx.de COMMENT= The Berkeley DB package, revision 4.2 +MASTERDIR?= ${.CURDIR} + .include <${MASTERDIR}/Makefile.db> |