diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 06:50:06 +0800 |
commit | 895c8f14a6571e71764559bbba287fcfa0fbff35 (patch) | |
tree | f4f102c06c4d42680bfa2c03316df506e2259f67 /graphics/cal3d-devel | |
parent | 05c328d9386e0b665ed83212c38318870d973da0 (diff) | |
download | freebsd-ports-graphics-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.gz freebsd-ports-graphics-895c8f14a6571e71764559bbba287fcfa0fbff35.tar.zst freebsd-ports-graphics-895c8f14a6571e71764559bbba287fcfa0fbff35.zip |
Eradicate USE_GNOME=pkgconfig from graphics
While here:
- trim headers
- convert:
* USE_GNOME=gnomehack -> USES=pathfix
* USE_GMAKE=yes -> USES=gmake
* USE_PERL5 -> USES=perl5
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 92becef7745..abbecdaaa56 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 |