aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmedcon
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 19:54:55 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-20 19:54:55 +0000
commitb33eaf3276a1b3944a78b0f8a415b60f394d7ee3 (patch)
tree4ac7c8cf8f233ed090d1c1acd618e4c3bd61bdc6 /graphics/xmedcon
parent9d763b29f93aa0dff56a94d9096489aacc6f750a (diff)
downloadports-b33eaf3276a1b3944a78b0f8a415b60f394d7ee3.tar.gz
ports-b33eaf3276a1b3944a78b0f8a415b60f394d7ee3.zip
Notes
Diffstat (limited to 'graphics/xmedcon')
-rw-r--r--graphics/xmedcon/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/graphics/xmedcon/Makefile b/graphics/xmedcon/Makefile
index 299f542280a1..e00d97c9b98b 100644
--- a/graphics/xmedcon/Makefile
+++ b/graphics/xmedcon/Makefile
@@ -36,7 +36,6 @@ post-clean:
.if defined(WITH_X11)
USE_X_PREFIX= yes
-USE_GNOMENG= yes
USE_GNOME= gtk12 gdkpixbuf
PLIST_SUB= X11=""
.else
@@ -47,7 +46,6 @@ PLIST_SUB= X11="@comment "
.if !defined(WITH_GLIB)
CONFIGURE_ARGS+= --disable-glib
.else
-USE_GNOMENG= yes
USE_GNOME+= glib12
.endif