diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-05 16:29:00 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-04-05 16:29:00 +0000 |
commit | 8699215ca2be809a982f338c87d32ba91c92696a (patch) | |
tree | 12bcd146aa6752f69893f47e642e1f2e247e3c07 /devel/moonshine/Makefile | |
parent | nsc-0.50c - Netsaint Console monitor. (diff) |
Update to 1.1.5.
Diffstat (limited to 'devel/moonshine/Makefile')
-rw-r--r-- | devel/moonshine/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/moonshine/Makefile b/devel/moonshine/Makefile index 9257295682c9..cc4f954bf776 100644 --- a/devel/moonshine/Makefile +++ b/devel/moonshine/Makefile @@ -6,7 +6,7 @@ # PORTNAME= moonshine -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.5 CATEGORIES= devel MASTER_SITES= ftp://ftp.suite3220.com/pub/Moonshine/1.1/src/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -17,6 +17,7 @@ USE_QT_VER= 2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_XLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= QTDIR="${X11BASE}" QTCPPFLAGS+= -I${X11BASE}/include .include <bsd.port.pre.mk> |