summaryrefslogtreecommitdiff
path: root/devel/moonshine/Makefile
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-04-04 07:52:38 +0000
committerWill Andrews <will@FreeBSD.org>2001-04-04 07:52:38 +0000
commit385d26eb0b018e6d47691f612a3425668c84b18d (patch)
tree3d4693fdedbfd2cb4d91b7f7051164977a1812f5 /devel/moonshine/Makefile
parentAdd qthreads dependency + remove whitespace before EOL in plist. (diff)
Various fixes:
- Put kdesupport11 dependency back. I forgot that it is not implied by kdelibs11 as kdesupport2 is by kdelibs2. - HAS_CONFIGURE -> GNU_CONFIGURE in some cases were needed. - Add X11 headers to CPPFLAGS for moonshine (extreme case).
Diffstat (limited to 'devel/moonshine/Makefile')
-rw-r--r--devel/moonshine/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile
index 53cdb3f31c06..9257295682c9 100644
--- a/devel/moonshine/Makefile
+++ b/devel/moonshine/Makefile
@@ -17,6 +17,7 @@ USE_QT_VER= 2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XLIB= yes
GNU_CONFIGURE= yes
+QTCPPFLAGS+= -I${X11BASE}/include
.include <bsd.port.pre.mk>