diff options
author | lioux <lioux@FreeBSD.org> | 2001-07-04 02:00:01 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-07-04 02:00:01 +0800 |
commit | d4041d6109dba8643ba91bb2de3b57b0832e1173 (patch) | |
tree | ce54d67fc4f4380867cc907ee1697948c532b715 /astro/gkrellmearth/Makefile | |
parent | 8b7ed168f23f73ff6f0fc4380ffed184f889af68 (diff) | |
download | freebsd-ports-gnome-d4041d6109dba8643ba91bb2de3b57b0832e1173.tar.gz freebsd-ports-gnome-d4041d6109dba8643ba91bb2de3b57b0832e1173.tar.zst freebsd-ports-gnome-d4041d6109dba8643ba91bb2de3b57b0832e1173.zip |
o add USE_GTK
o fix typo: THREAD_ -> PTHREAD_
Submitted by: maintainer
Diffstat (limited to 'astro/gkrellmearth/Makefile')
-rw-r--r-- | astro/gkrellmearth/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/gkrellmearth/Makefile b/astro/gkrellmearth/Makefile index 2a1996455b38..70a0cab9244a 100644 --- a/astro/gkrellmearth/Makefile +++ b/astro/gkrellmearth/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm WRKSRC= ${WRKDIR}/${PORTNAME}_anim USE_X_PREFIX= yes +USE_GTK= yes USE_IMLIB= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" |