diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:46:58 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:46:58 +0000 |
commit | 5b51dbc6ffb1b63840283c32bd1efffbe36666e4 (patch) | |
tree | 6ecb04191076dd6436e37ae01a7460273e6ee5b2 | |
parent | Make 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/Makefile | 1 |
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> |