diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /graphics/qglviewer | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) | |
download | ports-10ddcca177d6d91079be1d2569dae59e314d70c9.tar.gz ports-10ddcca177d6d91079be1d2569dae59e314d70c9.zip |
Notes
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r-- | graphics/qglviewer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile index 11e5c4cd0477..a34654b02c11 100644 --- a/graphics/qglviewer/Makefile +++ b/graphics/qglviewer/Makefile @@ -20,7 +20,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= QTDIR="${X11BASE}" -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes QTCPPFLAGS+= ${PTHREAD_CFLAGS} QTCFGLIBS+= ${PTHREAD_LIBS} |