diff options
Diffstat (limited to 'x11/qt3/Makefile')
-rw-r--r-- | x11/qt3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 0883d4e71be..7a321b57f3a 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -2,6 +2,7 @@ # DISTNAME= qt3-${QTVERSION} +PKGREVISION= 1 CATEGORIES= x11 MASTER_SITES= # empty DISTFILES= # empty @@ -10,8 +11,8 @@ COMMENT= "meta-package" for the QT GUI C++ toolkit .include "./Makefile.common" -DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs -DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools +DEPENDS+= qt3-libs-${QTVERSION}nb1:../../x11/qt3-libs +DEPENDS+= qt3-tools-${QTVERSION}nb1:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs USE_X11BASE= yes |