diff options
author | joerg <joerg@pkgsrc.org> | 2009-12-21 12:45:38 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-12-21 12:45:38 +0000 |
commit | d579d59fa5cc20cc636023d03f2923e115980916 (patch) | |
tree | a5f6a3860c8bc2026b86d8108dd7aa3f9135696a /devel/frama-c | |
parent | 968d11c54148e58ae78f4f579930ba22851998fa (diff) | |
download | pkgsrc-d579d59fa5cc20cc636023d03f2923e115980916.tar.gz |
gnomecanvas option needs gnomecanvas. Make sure PLIST_SRC is built
correctly.
XXX This should be a build option of lablgtk or so
Diffstat (limited to 'devel/frama-c')
-rw-r--r-- | devel/frama-c/Makefile | 4 | ||||
-rw-r--r-- | devel/frama-c/options.mk | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/frama-c/Makefile b/devel/frama-c/Makefile index 37324f7cc73..0d729bdbce6 100644 --- a/devel/frama-c/Makefile +++ b/devel/frama-c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/12/07 16:39:12 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/21 12:45:38 joerg Exp $ # DISTNAME= frama-c-Beryllium-20090901 @@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gmake GNU_CONFIGURE= yes +PLIST_SRC= ${PLIST_SRC_DFLT} + .include "options.mk" .include "../../x11/gtksourceview/buildlink3.mk" diff --git a/devel/frama-c/options.mk b/devel/frama-c/options.mk index 4b37c661291..4eab8584ac7 100644 --- a/devel/frama-c/options.mk +++ b/devel/frama-c/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2009/12/07 16:39:12 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2009/12/21 12:45:38 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.frama-c PKG_SUPPORTED_OPTIONS= gnomecanvas @@ -10,4 +10,6 @@ PKG_SUGGESTED_OPTIONS= gnomecanvas .if !empty(PKG_OPTIONS:Mgnomecanvas) PLIST_SRC+= PLIST.gnomecanvas + +.include "../../graphics/libgnomecanvas/buildlink3.mk" .endif |