aboutsummaryrefslogtreecommitdiffstats
path: root/databases/unixODBC/Makefile
diff options
context:
space:
mode:
authornsayer <nsayer@FreeBSD.org>2000-09-14 22:27:23 +0800
committernsayer <nsayer@FreeBSD.org>2000-09-14 22:27:23 +0800
commit74b5d99830a31cd34eab4539005bc53a7e5636bf (patch)
treeb5583a889316b7ffa4be59e69a1afda19d68c71a /databases/unixODBC/Makefile
parentabbc722b64b5e97cd285070a55100b31a3447398 (diff)
downloadfreebsd-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/Makefile1
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>