diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-01 22:50:06 +0000 |
commit | 894a8184cec3a9ba1ae9f668d91c5ed71275ae57 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/cal3d-devel | |
parent | c6ceec8d05cd3a72452eae97f33b61805aa9f8b1 (diff) | |
download | ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.tar.gz ports-894a8184cec3a9ba1ae9f668d91c5ed71275ae57.zip |
Notes
Diffstat (limited to 'graphics/cal3d-devel')
-rw-r--r-- | graphics/cal3d-devel/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/cal3d-devel/Makefile b/graphics/cal3d-devel/Makefile index 92becef77452..abbecdaaa56c 100644 --- a/graphics/cal3d-devel/Makefile +++ b/graphics/cal3d-devel/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal3d -# Date created: 12 Jul 2004 -# Whom: Stefan Walter <sw@gegenunendlich.de> -# +# Created by: Stefan Walter <sw@gegenunendlich.de> # $FreeBSD$ -# PORTNAME= cal3d PORTVERSION= 20060720 @@ -20,7 +16,7 @@ COMMENT= Skeletal based 3D character animation library written in C++ (devel) CONFLICTS= cal3d-[0-9]* USE_BZIP2= yes -USE_GNOME= pkgconfig +USES= pkgconfig USE_LDCONFIG= yes USE_AUTOTOOLS= automake autoheader libtool AUTOMAKE_ARGS= --add-missing |