aboutsummaryrefslogtreecommitdiff
path: root/databases/unixODBC
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/unixODBC
parent1155bdbace2d2f9d76e2f92cd4054c78921e80fa (diff)
downloadports-d56bbea90912cf5eda89b564f5615f63b334ba92.tar.gz
ports-d56bbea90912cf5eda89b564f5615f63b334ba92.zip
Oops. Somehow an extra USE_XLIB got into the !WITH_X case.
Notes
Notes: svn path=/head/; revision=32609
Diffstat (limited to 'databases/unixODBC')
-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>