summaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-03 18:00:01 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-07-03 18:00:01 +0000
commitddf767d77700837c678d3311d91d82cfd09a6d44 (patch)
tree49a612a3babe0c4c0bdffb0e422d4e7f18403cc3 /astro
parentPatch to use $(IMLIB_CONFIG) instead of hard coded references (diff)
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/Makefile1
-rw-r--r--astro/gkrellmoon/Makefile3
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: