diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:45:47 +0800 |
commit | eb3c2043cef43b2727fe516619d09d9fdcf48478 (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/librelp | |
parent | 3a7aa0b039d432673df552bf6a644d4a09d2ea4a (diff) | |
download | freebsd-ports-gnome-eb3c2043cef43b2727fe516619d09d9fdcf48478.tar.gz freebsd-ports-gnome-eb3c2043cef43b2727fe516619d09d9fdcf48478.tar.zst freebsd-ports-gnome-eb3c2043cef43b2727fe516619d09d9fdcf48478.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/librelp')
-rw-r--r-- | devel/librelp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/librelp/Makefile b/devel/librelp/Makefile index bbe02bd1c6c9..0368c8d619fa 100644 --- a/devel/librelp/Makefile +++ b/devel/librelp/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://download.rsyslog.com/librelp/ MAINTAINER= brd@FreeBSD.org COMMENT= Reliable event logging protocol library -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_AUTOTOOLS= libtool USE_LDCONFIG= yes |