diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 22:20:25 +0800 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /net/mtr | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.zst freebsd-ports-gnome-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Finish converting the whole ports tree to USES=pkgconfig
Diffstat (limited to 'net/mtr')
-rw-r--r-- | net/mtr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index aa87a3303b86..a6eadacf0e26 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lglib-2.0 USE_GMAKE= yes USE_GNOME= _glib20 -USE_PKGCONFIG= build +USES= pkgconfig MAN8= mtr.8 PLIST_FILES= sbin/mtr |