summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-05-28 03:46:58 +0000
committerSteve Price <steve@FreeBSD.org>2000-05-28 03:46:58 +0000
commit5b51dbc6ffb1b63840283c32bd1efffbe36666e4 (patch)
tree6ecb04191076dd6436e37ae01a7460273e6ee5b2
parentMake sure we look in the right place for pgm.h. (diff)
Specify the path to javac just in case it is not in the user's PATH as
it wasn't on bento.
-rw-r--r--databases/unixODBC/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile
index 78dcc389d296..27ba8cbd7986 100644
--- a/databases/unixODBC/Makefile
+++ b/databases/unixODBC/Makefile
@@ -14,5 +14,6 @@ MASTER_SITES= http://www.unixodbc.org/
MAINTAINER= nsayer@FreeBSD.org
GNU_CONFIGURE= yes
+USE_XLIB= yes
.include <bsd.port.mk>