diff options
author | gahr <gahr@FreeBSD.org> | 2013-02-07 23:37:15 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-02-07 23:37:15 +0800 |
commit | 48ab0ff4606c8da33b7d20af8dc7313bf539d1b3 (patch) | |
tree | 7b76d133b6aed2608c7ec527ccc156fab6dc2c1b /astro/xglobe/Makefile | |
parent | 3c94b84bbee6d50bbe2df6bb201f03b07f848728 (diff) | |
download | freebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.tar.gz freebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.tar.zst freebsd-ports-gnome-48ab0ff4606c8da33b7d20af8dc7313bf539d1b3.zip |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: astro)
Approved by: portmgr
Diffstat (limited to 'astro/xglobe/Makefile')
-rw-r--r-- | astro/xglobe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xglobe/Makefile b/astro/xglobe/Makefile index 51b4ed09fde2..9fd4df41b322 100644 --- a/astro/xglobe/Makefile +++ b/astro/xglobe/Makefile @@ -17,7 +17,7 @@ COMMENT= Displays a view of the Earth (like xearth) with a rendered photo map USE_QT4= corelib gui qt3support moc_build USE_GMAKE= yes -MAKE_ENV= PTHREAD_LIBS=${PTHREAD_LIBS} QT_PREFIX=${QT_PREFIX} +MAKE_ENV= QT_PREFIX=${QT_PREFIX} do-install: @${MKDIR} ${DATADIR} |