diff options
author | joerg <joerg> | 2007-04-16 14:48:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-16 14:48:31 +0000 |
commit | 212bcc4915d91e93adfca89d742f19813221caac (patch) | |
tree | 68fbf2c5a943ff93b8d150af118b93ad98a04c7d /math/xfractint/Makefile | |
parent | 4d2a53df4fd604b64921e847960c9b2774cd3ae1 (diff) | |
download | pkgsrc-212bcc4915d91e93adfca89d742f19813221caac.tar.gz |
Fix linkage. Bump revision.
Diffstat (limited to 'math/xfractint/Makefile')
-rw-r--r-- | math/xfractint/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/math/xfractint/Makefile b/math/xfractint/Makefile index e68e84bef90..15ff458b048 100644 --- a/math/xfractint/Makefile +++ b/math/xfractint/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2007/02/15 14:44:04 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/04/16 14:48:31 joerg Exp $ # DISTNAME= xfrac310 PKGNAME= xfractint-3.10 +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://spanky.triumf.ca/pub/fractals/programs/unix/ EXTRACT_SUFX= .zip @@ -22,6 +23,8 @@ BUILDLINK_TRANSFORM+= l:ncurses:curses INSTALLATION_DIRS= share/xfractint +MAKE_ENV+= X11_LDFLAGS=${X11_LDFLAGS:Q} + .include "../../mk/curses.buildlink3.mk" .include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |