diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/libvisual/Makefile | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) | |
download | ports-737bed69235f6656811e04b0cec49ae13226eb72.tar.gz ports-737bed69235f6656811e04b0cec49ae13226eb72.zip |
Notes
Diffstat (limited to 'graphics/libvisual/Makefile')
-rw-r--r-- | graphics/libvisual/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index cb47ca979f9d..e1069dc04391 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libvisual -# Date created: 23 oktober 2004 -# Whom: Koop Mast <kwm@FreeBSD.org> -# +# Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# # WARNING: when updating this port check if the ports that use libvisual # can work with it. Backwards compatibility is known to be broken in the past. @@ -17,10 +13,9 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Abstraction library that sits between apps and visual plugin -USES= pathfix +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_PKGCONFIG= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" CFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} |