diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 08:32:33 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 08:32:33 +0800 |
commit | c0dfe266b6cdb135046bc3318c41e490727e285a (patch) | |
tree | bd2dadbb23b80c0e52bb04cab69b59f5404abd5f /misc/podsleuth | |
parent | 1d6906acb47ec8516d8e2b9676289ebaca7e7a65 (diff) | |
download | freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.tar.gz freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.tar.zst freebsd-ports-gnome-c0dfe266b6cdb135046bc3318c41e490727e285a.zip |
Convert USE_GNOME=pkgconfig to USES=pkgconfig
Convert USE_GNOME=gnomehack to USES=pathfix
Convert USE_GMAKE to USES=gmake
Convert USE_PERL5 to USES=perl5
Diffstat (limited to 'misc/podsleuth')
-rw-r--r-- | misc/podsleuth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/podsleuth/Makefile b/misc/podsleuth/Makefile index 711299837cb9..7b5a2138f4cc 100644 --- a/misc/podsleuth/Makefile +++ b/misc/podsleuth/Makefile @@ -20,8 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono \ CONFIGURE_ARGS+=--with-hal-callouts-dir=${PREFIX}/libexec LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pkgconfig pathfix post-patch: @${REINPLACE_CMD} -e 's|^#!/bin/bash$$|#!/bin/sh|' \ |