diff options
Diffstat (limited to 'devel/moonshine/Makefile')
-rw-r--r-- | devel/moonshine/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile index 76c5424..53cdb3f 100644 --- a/devel/moonshine/Makefile +++ b/devel/moonshine/Makefile @@ -13,13 +13,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= sobomax@FreeBSD.org -USE_QT2= yes +USE_QT_VER= 2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes GNU_CONFIGURE= yes -CPPFLAGS+= -I${X11BASE}/include - -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" .include <bsd.port.pre.mk> |