diff options
author | joerg <joerg> | 2010-01-29 23:46:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-01-29 23:46:10 +0000 |
commit | e2bcd15668107946235f1a2907abad2d4979a11f (patch) | |
tree | 5745f19d479a0d0ac2dd71fd9d58aa5fe1fb6006 /ham/linpsk | |
parent | b1eea50d655d851e1791d40bc00014f2399ba23d (diff) | |
download | pkgsrc-e2bcd15668107946235f1a2907abad2d4979a11f.tar.gz |
DESTDIR ready
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 1d2ce652963..61217680a2d 100644 --- a/ham/linpsk/Makefile +++ b/ham/linpsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/01/18 09:59:10 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/29 23:46:10 joerg Exp $ # DISTNAME= linpsk-0.8.1 @@ -10,6 +10,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://linpsk.sourceforge.net/ COMMENT= PSK31 terminal program using QT3 +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= qt3-tools-3.*:../../x11/qt3-tools USE_LIBTOOL= yes |