diff options
author | nsayer <nsayer@FreeBSD.org> | 2000-09-14 22:27:23 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2000-09-14 22:27:23 +0800 |
commit | 74b5d99830a31cd34eab4539005bc53a7e5636bf (patch) | |
tree | b5583a889316b7ffa4be59e69a1afda19d68c71a /databases/unixODBC/Makefile | |
parent | abbc722b64b5e97cd285070a55100b31a3447398 (diff) | |
download | freebsd-ports-gnome-74b5d99830a31cd34eab4539005bc53a7e5636bf.tar.gz freebsd-ports-gnome-74b5d99830a31cd34eab4539005bc53a7e5636bf.tar.zst freebsd-ports-gnome-74b5d99830a31cd34eab4539005bc53a7e5636bf.zip |
Oops. Somehow an extra USE_XLIB got into the !WITH_X case.
Diffstat (limited to 'databases/unixODBC/Makefile')
-rw-r--r-- | databases/unixODBC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 15d20d1888f3..3cbb8b5a1c36 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -20,7 +20,6 @@ USE_XLIB= yes CONFIGURE_ARGS+=--enable-gui .else CONFIGURE_ARGS+=--disable-gui -USE_XLIB= yes .endif .include <bsd.port.mk> |