svn commit: r311032 - head/graphics/xv

Dirk Meyer dinoex at FreeBSD.org
Sat Jan 26 16:59:11 UTC 2013


Author: dinoex
Date: Sat Jan 26 16:59:10 2013
New Revision: 311032
URL: http://svnweb.freebsd.org/changeset/ports/311032

Log:
  - cleanup header
  - strip shlibversion in depedency

Modified:
  head/graphics/xv/Makefile

Modified: head/graphics/xv/Makefile
==============================================================================
--- head/graphics/xv/Makefile	Sat Jan 26 16:58:08 2013	(r311031)
+++ head/graphics/xv/Makefile	Sat Jan 26 16:59:10 2013	(r311032)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xv
-# Date created:		30 October 1994
-# Whom:			smace
-#
+# Created by: smace
 # $FreeBSD$
-#
 
 PORTNAME=	xv
 PORTVERSION=	3.10a
@@ -22,12 +18,11 @@ PATCHFILES=	xv-3.10a-enhancements.200705
 MAINTAINER?=	dinoex at FreeBSD.org
 COMMENT?=	An X11 program that displays images of various formats
 
-LIB_DEPENDS=	jpeg.11:${PORTSDIR}/graphics/jpeg \
-		tiff.4:${PORTSDIR}/graphics/tiff \
+LIB_DEPENDS=	jpeg:${PORTSDIR}/graphics/jpeg \
+		tiff:${PORTSDIR}/graphics/tiff \
 		png15:${PORTSDIR}/graphics/png \
-		jasper.4:${PORTSDIR}/graphics/jasper
+		jasper:${PORTSDIR}/graphics/jasper
 
-USE_GCC=	any
 USE_IMAKE=	yes
 USE_XORG=	xext x11 xt
 .if !defined(NOMAN)


More information about the svn-ports-head mailing list