diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-15 00:49:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-15 00:49:29 +0000 |
commit | 664baa65d59b9bc149cfcfb5cdf03f03f8413c5a (patch) | |
tree | d863999916f2af12ca58401709c131966e1e2066 /x11/gtk-thinice-engine | |
parent | 0b03dd08f14736913a87eb78b69ccfddf2b0b96e (diff) | |
download | pkgsrc-664baa65d59b9bc149cfcfb5cdf03f03f8413c5a.tar.gz |
The buildlink2 framework does nothing with .pc files -- remove them
from the buildlink2.mk files.
Diffstat (limited to 'x11/gtk-thinice-engine')
-rw-r--r-- | x11/gtk-thinice-engine/buildlink2.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/gtk-thinice-engine/buildlink2.mk b/x11/gtk-thinice-engine/buildlink2.mk index 7894c1bb2fa..5eb478db95c 100644 --- a/x11/gtk-thinice-engine/buildlink2.mk +++ b/x11/gtk-thinice-engine/buildlink2.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink2.mk,v 1.5 2004/02/19 17:54:07 wiz Exp $ +# $NetBSD: buildlink2.mk,v 1.6 2004/04/15 00:49:29 wiz Exp $ # # This Makefile fragment is included by packages that use gtk-thinice-engine. # @@ -15,7 +15,6 @@ BUILDLINK_PKGSRCDIR.gtk-thinice-engine?= ../../x11/gtk-thinice-engine EVAL_PREFIX+= BUILDLINK_PREFIX.gtk-thinice-engine=gtk-thinice-engine BUILDLINK_PREFIX.gtk-thinice-engine_DEFAULT= ${LOCALBASE} BUILDLINK_FILES.gtk-thinice-engine+= lib/gtk-2.0/2.2.0/engines/libthinice.* -BUILDLINK_FILES.gtk-thinice-engine+= lib/pkgconfig/gtk-thinice-engine-2.pc .include "../../devel/gettext-lib/buildlink2.mk" .include "../../x11/gtk2/buildlink2.mk" |