diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 18:40:09 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-26 18:40:09 +0000 |
commit | 2efb4fc3918fa798f2564103d450abd794d076f2 (patch) | |
tree | bd2b526b6c00179309378c9486b1217839b0ffcd /graphics/gifsicle/Makefile | |
parent | 58c4669e2515712911051693ac4189dce6a884b8 (diff) |
Notes
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 72993aa783c1..2d2a5c6b35b5 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gifsicle -PORTVERSION= 1.35 +PORTVERSION= 1.40 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/gifsicle/ @@ -14,6 +14,7 @@ MAINTAINER= bradh@uunet.co.za COMMENT= Manipulates GIF images and animations GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gifdiff.1 gifsicle.1 |