diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-01-27 00:06:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-01-27 00:06:35 +0800 |
commit | ab7b168e687af73635ff06217713328b5f3fb4d7 (patch) | |
tree | 7021fdbe169b6d22a6a7e8146e2e1754162e9221 /misc | |
parent | 7fc1f45d1c577b0087a7e696c52d20e4016d3ddb (diff) | |
download | freebsd-ports-gnome-ab7b168e687af73635ff06217713328b5f3fb4d7.tar.gz freebsd-ports-gnome-ab7b168e687af73635ff06217713328b5f3fb4d7.tar.zst freebsd-ports-gnome-ab7b168e687af73635ff06217713328b5f3fb4d7.zip |
- cleanup header
- strip shlibversion in depedency
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index f7a680efbb98..1b76d4c600df 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: magicpoint -# Date created: 24 December 1997 -# Whom: itojun@itojun.org -# +# Created by: itojun@itojun.org # $FreeBSD$ -# PORTNAME= magicpoint PORTVERSION= 1.13a @@ -65,7 +61,7 @@ CONFIGURE_ARGS+= --disable-xft2 .endif .if ${PORT_OPTIONS:MGIF} -LIB_DEPENDS+= gif.5:${PORTSDIR}/graphics/giflib +LIB_DEPENDS+= gif:${PORTSDIR}/graphics/giflib CONFIGURE_ARGS+= --enable-gif CFLAGS+= -I${LOCALBASE}/include .else |