summaryrefslogtreecommitdiff
path: root/x11/gnustep-preferences
diff options
context:
space:
mode:
authorrh <rh@pkgsrc.org>2009-04-19 09:29:57 +0000
committerrh <rh@pkgsrc.org>2009-04-19 09:29:57 +0000
commitc4e3f457f0b6ec36d8f1d76b1f4d0709b6e8ec61 (patch)
treea61e371fdf8ba1aa965e47abfd5528838b92db8c /x11/gnustep-preferences
parent88923601463eaae92858816eac122a9cc1b79fcb (diff)
downloadpkgsrc-c4e3f457f0b6ec36d8f1d76b1f4d0709b6e8ec61.tar.gz
Add header files from PrefsModule framework
Diffstat (limited to 'x11/gnustep-preferences')
-rw-r--r--x11/gnustep-preferences/buildlink3.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/gnustep-preferences/buildlink3.mk b/x11/gnustep-preferences/buildlink3.mk
index 533ff5a4e91..2f483ff2545 100644
--- a/x11/gnustep-preferences/buildlink3.mk
+++ b/x11/gnustep-preferences/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.13 2009/04/19 09:21:24 rh Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2009/04/19 09:29:57 rh Exp $
BUILDLINK_TREE+= gnustep-preferences
@@ -8,6 +8,10 @@ GNUSTEP_PREFERENCES_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gnustep-preferences+= gnustep-preferences>=1.2.0nb19
BUILDLINK_PKGSRCDIR.gnustep-preferences?= ../../x11/gnustep-preferences
+BUILDLINK_INCDIRS.gnustep-preferences+= lib/GNUstep/Frameworks/PrefsModule.framework/Headers
+BUILDLINK_FILES.gnustep-preferences+= lib/GNUstep/Frameworks/PrefsModule.framework/Headers/*.h
+BUILDLINK_FILES.gnustep-preferences+= include/PrefsModule/PrefsModule.h
+
PRINT_PLIST_AWK+= /^@dirrm lib\/GNUstep\/Applications\/Preferences.app$$/ { print "@comment in x11/gnustep-preferences: " $$0; next; }
PRINT_PLIST_AWK+= /^@dirrm lib\/GNUstep\/Applications\/Preferences.app\/Resources$$/ { print "@comment in x11/gnustep-preferences: " $$0; next; }
PRINT_PLIST_AWK+= /^@dirrm lib\/GNUstep\/Applications\/Preferences.app\/Resources\/English.lproj$$/ { print "@comment in x11/gnustep-preferences: " $$0; next; }