aboutsummaryrefslogtreecommitdiff
path: root/misc/magicpoint
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2013-01-26 16:06:35 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2013-01-26 16:06:35 +0000
commit1d62d821d98b26ab18c67ccecf7443fb4bff2378 (patch)
tree7021fdbe169b6d22a6a7e8146e2e1754162e9221 /misc/magicpoint
parentc210151c2fd41fe4f010938b8c04cfbf588b1088 (diff)
downloadports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.tar.gz
ports-1d62d821d98b26ab18c67ccecf7443fb4bff2378.zip
- cleanup header
- strip shlibversion in depedency
Notes
Notes: svn path=/head/; revision=311023
Diffstat (limited to 'misc/magicpoint')
-rw-r--r--misc/magicpoint/Makefile8
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