aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libiodbc
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-04-19 05:20:06 +0800
committermarcus <marcus@FreeBSD.org>2003-04-19 05:20:06 +0800
commit94b9bf7f75c1c8a2d989f38900e6c0f5cc48adb8 (patch)
tree9e444a53130b8d00f966e42c56f147163a2442f9 /databases/libiodbc
parente3cf85956566fb251edc9584372c94c090cd6606 (diff)
downloadfreebsd-ports-gnome-94b9bf7f75c1c8a2d989f38900e6c0f5cc48adb8.tar.gz
freebsd-ports-gnome-94b9bf7f75c1c8a2d989f38900e6c0f5cc48adb8.tar.zst
freebsd-ports-gnome-94b9bf7f75c1c8a2d989f38900e6c0f5cc48adb8.zip
Remove USE_GNOMENG.
Diffstat (limited to 'databases/libiodbc')
-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