diff options
author | grant <grant> | 2004-06-12 09:00:20 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-12 09:00:20 +0000 |
commit | 4bce7813f0fad1e02d6d8d6c7723f91516b94708 (patch) | |
tree | e7059a6f30fe8e62dbecbe16049ec323a7dc7301 /devel/rdp | |
parent | de52fda3aaf011d9cbe0ff171d5f8407d034238d (diff) | |
download | pkgsrc-4bce7813f0fad1e02d6d8d6c7723f91516b94708.tar.gz |
use bl3 so that gcc specific flags are stripped out.
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 cd4af7193fd..1752a2315b6 100644 --- a/devel/rdp/Makefile +++ b/devel/rdp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/06/12 08:56:35 grant Exp $ +# $NetBSD: Makefile,v 1.16 2004/06/12 09:00:20 grant Exp $ DISTNAME= rdp1_5 PKGNAME= rdp-1.5 @@ -14,6 +14,7 @@ WRKSRC= ${WRKDIR}/rdp MAKEFILE= makefile NO_CONFIGURE= yes +USE_BUILDLINK3= yes USE_LANGUAGES= c c++ do-install: |