aboutsummaryrefslogtreecommitdiff
path: root/net/tinyldap
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-10-18 06:00:02 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-10-18 06:00:02 +0000
commitdf643d5a10e385e874e219bf2f089712e223a986 (patch)
tree10c62bf52e651510b12e0888ad1070aa0e9e2624 /net/tinyldap
parent75aace985fdc22ca47e8c907b9b0422087f6855e (diff)
downloadports-df643d5a10e385e874e219bf2f089712e223a986.tar.gz
ports-df643d5a10e385e874e219bf2f089712e223a986.zip
Notes
Diffstat (limited to 'net/tinyldap')
-rw-r--r--net/tinyldap/files/patch-Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tinyldap/files/patch-Makefile b/net/tinyldap/files/patch-Makefile
index 17afc494bd99..955da1826605 100644
--- a/net/tinyldap/files/patch-Makefile
+++ b/net/tinyldap/files/patch-Makefile
@@ -19,8 +19,8 @@
ifneq ($(DIET),)
LIBS+=-llatin1
endif
-+CFLAGS+=-I. -I/usr/local/include/libowfat
-+LDFLAGS+=-L/usr/local/lib
++CFLAGS+=-I. -I${LOCALBASE}/include/libowfat
++LDFLAGS+=-L${LOCALBASE}/lib
+LIBS+=-lmd
%.o: %.c