aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-04-04 15:52:38 +0800
committerwill <will@FreeBSD.org>2001-04-04 15:52:38 +0800
commit0b1c225d870dea60f65dd10e4eb59de4e7a1a193 (patch)
treede6a224af6ecaeb2457ceffa6bc4b299155fddac /devel
parent4b88dd6205457b5aa2f2ed7c3aadc856c75f1b55 (diff)
downloadfreebsd-ports-gnome-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.tar.gz
freebsd-ports-gnome-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.tar.zst
freebsd-ports-gnome-0b1c225d870dea60f65dd10e4eb59de4e7a1a193.zip
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')
-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>