diff options
-rw-r--r-- | deskutils/gaddr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deskutils/gaddr/Makefile b/deskutils/gaddr/Makefile index 54bd99232b28..ae58536aa4ab 100644 --- a/deskutils/gaddr/Makefile +++ b/deskutils/gaddr/Makefile @@ -13,6 +13,9 @@ 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) +LIB_DEPENDS+= gnome.3:${PORTSDIR}/x11/gnomelibs +.endif GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |