diff options
Diffstat (limited to 'www/plugger/Makefile')
-rw-r--r-- | www/plugger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/plugger/Makefile b/www/plugger/Makefile index 3c097a0..2195897 100644 --- a/www/plugger/Makefile +++ b/www/plugger/Makefile @@ -6,7 +6,7 @@ # PORTNAME= plugger -PORTVERSION= 3.2 +PORTVERSION= 3.3 CATEGORIES= www MASTER_SITES= http://fredrik.hubbe.net/plugger/ \ ftp://ftp.netscape.com/pub/sdk/plugin/unix/ @@ -16,11 +16,11 @@ MAINTAINER= ports@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/netscape/plugins:${PORTSDIR}/www/netscape47-navigator -BROKEN_ELF= "Needs a.out c++rt0.o file" +#BROKEN_ELF= "Needs a.out c++rt0.o file" MAN7= plugger.7 MANCOMPRESSED= no -ALL_TARGET= freebsd-aout +ALL_TARGET= freebsd-elf post-patch: ${MV} ${WRKSRC}/plugger.c ${WRKSRC}/plugger.c.orig |