Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Jan 2013 16:59:11 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311032 - head/graphics/xv
Message-ID:  <201301261659.r0QGxBtG077245@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301261659.r0QGxBtG077245>