diff options
Diffstat (limited to 'net/gtkyahoo')
-rw-r--r-- | net/gtkyahoo/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/gtkyahoo/Makefile b/net/gtkyahoo/Makefile index af38ea9..415e5d4 100644 --- a/net/gtkyahoo/Makefile +++ b/net/gtkyahoo/Makefile @@ -12,12 +12,8 @@ MASTER_SITES= http://www.unixtools.org/gtkyahoo/dist/tars/ MAINTAINER= dannyman@dannyland.org -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 - USE_X_PREFIX= yes +USE_GTK= yes GNU_CONFIGURE= yes -GTK_CONFIG?= ${X11BASE}/bin/gtk12-config -CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" - .include <bsd.port.mk> |