diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-18 09:19:20 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-18 09:19:20 +0000 |
commit | e188c5ea824bee2f685f9b847396b79f691f2ad8 (patch) | |
tree | 7e2afedc3658032836db58b5c87959de0b3b4205 /graphics | |
parent | c5a20c5f60316952399969c0031f76069d58705a (diff) | |
download | pkgsrc-e188c5ea824bee2f685f9b847396b79f691f2ad8.tar.gz |
Add missing libtool dependency.
Fill in PLIST (hi xtraeme!). Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/f4l/Makefile | 5 | ||||
-rw-r--r-- | graphics/f4l/PLIST | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/graphics/f4l/Makefile b/graphics/f4l/Makefile index 15abd0be7b4..45b6f42b4c7 100644 --- a/graphics/f4l/Makefile +++ b/graphics/f4l/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:29 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/02/18 09:19:20 wiz Exp $ # DISTNAME= f4l-0.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=f4l/} EXTRACT_SUFX= .tar.bz2 @@ -13,6 +13,7 @@ COMMENT= Development environment for Macromedia Flash NO_CONFIGURE= yes +USE_LIBTOOL= yes USE_TOOLS+= gmake INSTALLATION_DIRS= bin diff --git a/graphics/f4l/PLIST b/graphics/f4l/PLIST index 1e34f6e55da..8cda0c42154 100644 --- a/graphics/f4l/PLIST +++ b/graphics/f4l/PLIST @@ -1 +1,2 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/20 16:58:12 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/02/18 09:19:20 wiz Exp $ +bin/f4l |