diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:33:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:33:57 +0000 |
commit | 8f4409db57ef407c213cbc3effd1e753bc212839 (patch) | |
tree | 5036a9ffe45c32edad50ce3fb76fd664e843858b /x11-toolkits/fltk/Makefile | |
parent | d95f184777866b5ada57a4cd68d606f21e2802b3 (diff) | |
download | ports-8f4409db57ef407c213cbc3effd1e753bc212839.tar.gz ports-8f4409db57ef407c213cbc3effd1e753bc212839.zip |
Notes
Diffstat (limited to 'x11-toolkits/fltk/Makefile')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index c2a10e8bd598..20eeb7a5ccbf 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fltk -PORTVERSION= 1.0.7 +PORTVERSION= 1.0.9 CATEGORIES= x11-toolkits MASTER_SITES= ftp://ftp.fltk.org/pub/fltk/${VERSION}/ \ ftp://ftp.chg.ru/pub/X11/fltk/${VERSION}/ \ @@ -20,7 +20,7 @@ MAINTAINER= dima@chg.ru LIB_DEPENDS= GL.14:${PORTSDIR}/graphics/Mesa3 -VERSION= 1.0.7 +VERSION= 1.0.9 USE_BZIP2= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes @@ -29,11 +29,6 @@ WRKSRC= ${WRKDIR}/${PKGNAME} USE_X_PREFIX= yes MAN1= fluid.1 -.include <bsd.port.pre.mk> -.if (${PORTOBJFORMAT} == "aout") -BROKEN= requires ELF library format -.endif - post-install: @ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ ${PREFIX}/man/man1 @@ -47,4 +42,4 @@ post-install: ${PREFIX}/share/doc/fltk .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |