diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/orc | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz ports-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Notes
Diffstat (limited to 'devel/orc')
-rw-r--r-- | devel/orc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 5e0e05f92367..82bc57d34da1 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -12,10 +12,9 @@ COMMENT= Library and toolset to operate arrays of data LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -USE_GNOME= pkgconfig +USES= gmake pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USE_GMAKE= yes CONFIGURE_ARGS+= --disable-gtk-doc |