aboutsummaryrefslogtreecommitdiff
path: root/databases/libiodbc/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-18 21:20:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-18 21:20:06 +0000
commitdaa68ed157923d92e6c4daaf778761cdb66389f5 (patch)
tree81c1c82579021bba960ec0118b6bf7294432d20d /databases/libiodbc/Makefile
parent4e6ee725c3c6ac4cf0383fbfabb9d687e5bb0f5f (diff)
downloadports-daa68ed157923d92e6c4daaf778761cdb66389f5.tar.gz
ports-daa68ed157923d92e6c4daaf778761cdb66389f5.zip
Remove USE_GNOMENG.
Notes
Notes: svn path=/head/; revision=79247
Diffstat (limited to 'databases/libiodbc/Makefile')
-rw-r--r--databases/libiodbc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/libiodbc/Makefile b/databases/libiodbc/Makefile
index 9091c97d6a66..f6fa2e98c044 100644
--- a/databases/libiodbc/Makefile
+++ b/databases/libiodbc/Makefile
@@ -25,7 +25,6 @@ CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
CONFIGURE_ARGS= --with-iodbc-inidir=${INIDIR} --with-pthread
.if !defined(WITHOUT_GUI)
-USE_GNOMENG= yes
USE_GNOME= gtk12
PLIST_SUB+= GUI=""
.else