diff options
author | steve <steve@FreeBSD.org> | 2000-05-28 11:46:58 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-28 11:46:58 +0800 |
commit | 005a11e3e34106bda809a305d41a5aca838fc574 (patch) | |
tree | 943f03c75ea6ef736778c5b3cb685f0d22f651d4 /databases/unixODBC | |
parent | 22df74e12de9f0f0fff5306c371c3e056dcb381f (diff) | |
download | freebsd-ports-gnome-005a11e3e34106bda809a305d41a5aca838fc574.tar.gz freebsd-ports-gnome-005a11e3e34106bda809a305d41a5aca838fc574.tar.zst freebsd-ports-gnome-005a11e3e34106bda809a305d41a5aca838fc574.zip |
Specify the path to javac just in case it is not in the user's PATH as
it wasn't on bento.
Diffstat (limited to 'databases/unixODBC')
-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> |