diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-12 06:29:36 +0000 |
commit | 65edaaa1f5cfb9af7b384788fefd39044f26fc07 (patch) | |
tree | 080a5bd8fdcd58d9ce8984e5662f2f2cdf79265d /devel | |
parent | 1596221df99f5031117eaee27e868532becd0048 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/mico/Makefile | 6 | ||||
-rw-r--r-- | devel/qtez/Makefile | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/devel/mico/Makefile b/devel/mico/Makefile index 6b8e073a1a4c..9d56cd05ed7c 100644 --- a/devel/mico/Makefile +++ b/devel/mico/Makefile @@ -3,7 +3,7 @@ # Date created: 31 March 1998 # Whom: Yukihiro Nakai <Nakai@technologist.com> # -# $Id: Makefile,v 1.1.1.1 1998/07/04 20:41:51 steve Exp $ +# $Id: Makefile,v 1.2 1998/08/07 23:56:16 asami Exp $ # DISTNAME= mico-2.0.6 @@ -12,8 +12,7 @@ MASTER_SITES= http://diamant-atm.vsb.cs.uni-frankfurt.de/~mico/ MAINTAINER= Nakai@technologist.com -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt -LIB_DEPENDS= gtk\\.1\\.0:${PORTSDIR}/x11-toolkits/gtk +LIB_DEPENDS= gtk\\.1\\.:${PORTSDIR}/x11-toolkits/gtk WRKSRC= ${WRKDIR}/mico @@ -21,6 +20,7 @@ CONFIGURE_ARGS= --with-qt=${X11BASE}/include/X11/qt \ --with-gtk=${X11BASE}/include/gtk --with-tcl=/usr/include \ --disable-optimize +USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index 0241d4719d9e..d7143a683106 100644 --- a/devel/qtez/Makefile +++ b/devel/qtez/Makefile @@ -3,7 +3,7 @@ # Date created: 14 May 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.7 1998/08/05 09:30:48 asami Exp $ +# $Id: Makefile,v 1.8 1998/08/07 23:56:16 asami Exp $ # DISTNAME= QTEZ-v0.62a @@ -15,9 +15,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andy@icc.surw.chel.su -BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11-toolkits/qt - +USE_QT= yes USE_GMAKE= yes USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/qtez |