diff options
-rw-r--r-- | devel/psptoolchain/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/devel/psptoolchain/Makefile b/devel/psptoolchain/Makefile index 4231cc72fceb..9ebed4d1f54a 100644 --- a/devel/psptoolchain/Makefile +++ b/devel/psptoolchain/Makefile @@ -5,8 +5,6 @@ PORTNAME= psptoolchain PORTVERSION= 20111215 PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= # none -DISTFILES= # none MAINTAINER= tphilipp@potion-studios.com COMMENT= PlayStation Portable development toolchain meta port @@ -27,11 +25,6 @@ RUN_DEPENDS= psp-gdb:${PORTSDIR}/devel/psptoolchain-gdb \ psp-strings:${PORTSDIR}/devel/psptoolchain-binutils \ psp-strip:${PORTSDIR}/devel/psptoolchain-binutils -NO_WRKSUBDIR= YES -NO_BUILD= YES -NO_FETCH= YES -NO_MTREE= YES - -do-install: +USES= metaport .include <bsd.port.mk> |