diff options
Diffstat (limited to 'src/ppt-make')
-rw-r--r-- | src/ppt-make | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ppt-make b/src/ppt-make index 96d11e9..234c17d 100644 --- a/src/ppt-make +++ b/src/ppt-make @@ -39,7 +39,9 @@ main() cat >control <<-EOF Maintainer: ${MAINTAINER_NAME} ${MAINTAINER_MAILBOX} - Build-Depends: platconf-pkg-tools (>= ${PPT_VERSION%.*}) + Build-Depends: + opkbuild (>= 4.2.0), + platconf-pkg-tools (>= ${PPT_VERSION%.*}), EOF cat >changelog <<-EOF |