summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2000-09-14 14:27:23 +0000
committerNick Sayer <nsayer@FreeBSD.org>2000-09-14 14:27:23 +0000
commitd56bbea90912cf5eda89b564f5615f63b334ba92 (patch)
tree942c41c3a5b5391139b2945c879092ff6b48be04 /databases
parentUse bsd.python.mk. (diff)
Oops. Somehow an extra USE_XLIB got into the !WITH_X case.
Notes
Notes: svn path=/head/; revision=32609
Diffstat (limited to 'databases')
-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>