diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2004-12-16 03:04:25 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2004-12-16 03:04:25 +0800 |
commit | 1f2099efbe6c429ddf2ed5a80c8a6d7019450b35 (patch) | |
tree | cde4d852f665f47b437c6e0b412399eb80303818 /graphics/cal3d | |
parent | 2c6acab24624834c814ac5edfa49c3ab93a2c737 (diff) | |
download | freebsd-ports-gnome-1f2099efbe6c429ddf2ed5a80c8a6d7019450b35.tar.gz freebsd-ports-gnome-1f2099efbe6c429ddf2ed5a80c8a6d7019450b35.tar.zst freebsd-ports-gnome-1f2099efbe6c429ddf2ed5a80c8a6d7019450b35.zip |
. Add USE_GNOME=pkgconfig as this port installs pkgconfig meta data. This
also fixes a problem with the packing list (libdata/pkgconfig would be
created by the port but not removed by it, now it will be done by the
pkgconfig port).
PR: 75119
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Diffstat (limited to 'graphics/cal3d')
-rw-r--r-- | graphics/cal3d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index b20c26a262f5..4de032894b8e 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -15,6 +15,7 @@ MAINTAINER= sw@gegenunendlich.de COMMENT= Skeletal based 3d character animation library written in C++ USE_BZIP2= yes +USE_GNOME= pkgconfig USE_AUTOMAKE_VER= 19 USE_AUTOHEADER_VER= 259 USE_LIBTOOL_VER= 15 |