diff options
author | grant <grant@pkgsrc.org> | 2004-06-12 08:56:35 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-12 08:56:35 +0000 |
commit | 3e55057c677fa9b0173d2709f5b00835d7157d3a (patch) | |
tree | 38111ee26dadc7a843f3783420c91821495ae49a /devel/rdp | |
parent | 81de5c4edc8047cfbe5e925b04ae6fc32e105b4c (diff) | |
download | pkgsrc-3e55057c677fa9b0173d2709f5b00835d7157d3a.tar.gz |
this uses a c and c++ compiler.
Diffstat (limited to 'devel/rdp')
-rw-r--r-- | devel/rdp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/rdp/Makefile b/devel/rdp/Makefile index 60e88498c99..cd4af7193fd 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:13:29 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/06/12 08:56:35 grant Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/rdp MAKEFILE= makefile NO_CONFIGURE= yes +USE_LANGUAGES= c c++ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rdp ${PREFIX}/bin |