diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-03 18:00:01 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-03 18:00:01 +0000 |
commit | d4041d6109dba8643ba91bb2de3b57b0832e1173 (patch) | |
tree | ce54d67fc4f4380867cc907ee1697948c532b715 /misc | |
parent | 8b7ed168f23f73ff6f0fc4380ffed184f889af68 (diff) | |
download | FreeBSD-ports-d4041d6109dba8643ba91bb2de3b57b0832e1173.zip FreeBSD-ports-d4041d6109dba8643ba91bb2de3b57b0832e1173.tar.gz |
o add USE_GTK
o fix typo: THREAD_ -> PTHREAD_
Submitted by: maintainer
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellweather/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/gkrellweather/Makefile b/misc/gkrellweather/Makefile index bab97da..9ce1c75 100644 --- a/misc/gkrellweather/Makefile +++ b/misc/gkrellweather/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww USE_X_PREFIX= yes +USE_GTK= yes USE_IMLIB= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |