diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/json-c | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) | |
download | freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.gz freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.tar.zst freebsd-ports-gnome-fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad.zip |
Eradicate USE_GNOME=pkgconfig from devel
While here:
USE_GMAKE->USES=gmake
USE_GNOME=gnomehack->USES=pathfix
USE_PERL5*->USES=perl5
Diffstat (limited to 'devel/json-c')
-rw-r--r-- | devel/json-c/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index ad30e13de3e6..2321053d54b1 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -11,8 +11,7 @@ COMMENT= JSON (JavaScript Object Notation) implementation in C USE_LDCONFIG= yes GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= pkgconfig gnomehack +USES= gmake pathfix pkgconfig CONFLICTS= cocaine-core-[0-9]* |