aboutsummaryrefslogtreecommitdiff
path: root/astro/xglobe
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-11-17 21:38:26 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2013-11-17 21:38:26 +0000
commit6018dc2a70e61339fa6fe213ce8e4cb30a79b237 (patch)
tree584352248d874fd5f1abc7558e9d1e484c828421 /astro/xglobe
parent5890f46ac8a4695d602454217391a6d24e7ea77a (diff)
downloadports-6018dc2a70e61339fa6fe213ce8e4cb30a79b237.tar.gz
ports-6018dc2a70e61339fa6fe213ce8e4cb30a79b237.zip
Notes
Diffstat (limited to 'astro/xglobe')
-rw-r--r--astro/xglobe/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/xglobe/files/patch-Makefile b/astro/xglobe/files/patch-Makefile
index dd9ce83093a8..c408904c8fcb 100644
--- a/astro/xglobe/files/patch-Makefile
+++ b/astro/xglobe/files/patch-Makefile
@@ -47,7 +47,7 @@
LIB_DIRS = -L$(QT_LIB_DIR) -L$(X11_LIB_DIR)
-LIBS = -lX11 -lqt -lm
-+LIBS = -lX11 -lQt3Support -lQtGui -lm -pthread
++LIBS = -lX11 -lQtCore -lQt3Support -lQtGui -lm -pthread
# If you want to use the QImageIO lib (to support jpg and png maps) use the
# next two lines and comment the one above
#WITH_QIMGIO = -DWITH_QIMAGEIO