diff options
author | wulf <wulf@pkgsrc.org> | 2005-01-31 13:47:04 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2005-01-31 13:47:04 +0000 |
commit | 1143c1b19ba1f09c632e280432965396f3126067 (patch) | |
tree | 9fddc84f554d8c9e03dade8366085e67b6cc8131 /ham/linpsk | |
parent | 50356caa38fb2097cac86d5a1b05dce88374db64 (diff) | |
download | pkgsrc-1143c1b19ba1f09c632e280432965396f3126067.tar.gz |
Added missing build dependency qt3-tools
Diffstat (limited to 'ham/linpsk')
-rw-r--r-- | ham/linpsk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ham/linpsk/Makefile b/ham/linpsk/Makefile index bf926904b74..909aa249152 100644 --- a/ham/linpsk/Makefile +++ b/ham/linpsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/23 20:32:41 wulf Exp $ +# $NetBSD: Makefile,v 1.2 2005/01/31 13:47:04 wulf Exp $ # DISTNAME= linpsk-0.8.0.4 @@ -9,6 +9,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://linpsk.sourceforge.net/ COMMENT= PSK31 terminal program using QT3 +BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools + USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_GNU_TOOLS+= make |