diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 18:00:01 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-07-03 18:00:01 +0000 |
commit | ddf767d77700837c678d3311d91d82cfd09a6d44 (patch) | |
tree | 49a612a3babe0c4c0bdffb0e422d4e7f18403cc3 /astro | |
parent | 96fb1f964c1ccc4fb59e17be3ab74df2399ccc1a (diff) | |
download | ports-ddf767d77700837c678d3311d91d82cfd09a6d44.tar.gz ports-ddf767d77700837c678d3311d91d82cfd09a6d44.zip |
o add USE_GTK
o fix typo: THREAD_ -> PTHREAD_
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=44715
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gkrellmearth/Makefile | 1 | ||||
-rw-r--r-- | astro/gkrellmoon/Makefile | 3 |
2 files changed, 3 insertions, 1 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}" diff --git a/astro/gkrellmoon/Makefile b/astro/gkrellmoon/Makefile index 39ab02b89b5e..d6c51e8c9981 100644 --- a/astro/gkrellmoon/Makefile +++ b/astro/gkrellmoon/Makefile @@ -17,9 +17,10 @@ BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm USE_X_PREFIX= yes +USE_GTK= yes USE_IMLIB= yes MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ - THREAD_CFLAGS="${PTHREAD_CFLAGS}" + PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" ALL_TARGET= ${PORTNAME}.so post-install: |