aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gaddr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/gaddr/Makefile')
-rw-r--r--deskutils/gaddr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/gaddr/Makefile b/deskutils/gaddr/Makefile
index 47a1c3dad133..45fe98e724bb 100644
--- a/deskutils/gaddr/Makefile
+++ b/deskutils/gaddr/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.cse.unl.edu/~cluening/gaddr/
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
-.if defined(USE_GNOME)
+.if defined(WITH_GNOME)
LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs
.endif
@@ -22,7 +22,7 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-.if defined(USE_GNOME)
+.if defined(WITH_GNOME)
CONFIGURE_ARGS+= --enable-gnome
.endif