aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdivxencore/files/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libdivxencore/files/Makefile b/graphics/libdivxencore/files/Makefile
index 00b24a29801..d5874d36ffc 100644
--- a/graphics/libdivxencore/files/Makefile
+++ b/graphics/libdivxencore/files/Makefile
@@ -16,8 +16,8 @@ DESTDIR=${PREFIX}/
.else
DESTDIR=/usr/local/
.endif
-INCDIR=include/divx/
-INCLUDEDIR=include/divx/
+INCSDIR=include/divx/
+INCDIR=${INCSDIR} # for pre-bsd.incs.mk API
LIBDIR=lib/
.include <bsd.lib.mk>