diff options
author | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-08 07:56:56 +0800 |
commit | 1501023452eb1fb6acdc28a2196e24dbd99a1212 (patch) | |
tree | 409436ca3502910634e8ede70287fc792e31de14 /devel/qtez | |
parent | ced852667e215d5ec6ec32129eb19e8c18852d5e (diff) | |
download | freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.gz freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.tar.zst freebsd-ports-graphics-1501023452eb1fb6acdc28a2196e24dbd99a1212.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'devel/qtez')
-rw-r--r-- | devel/qtez/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/qtez/Makefile b/devel/qtez/Makefile index 47837eaa658..0241d4719d9 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.6 1998/07/02 05:56:47 tg Exp $ +# $Id: Makefile,v 1.7 1998/08/05 09:30:48 asami Exp $ # DISTNAME= QTEZ-v0.62a @@ -15,8 +15,8 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= andy@icc.surw.chel.su -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11/qt +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt\\.1\\.:${PORTSDIR}/x11-toolkits/qt USE_GMAKE= yes USE_X_PREFIX= yes |