diff options
Diffstat (limited to 'net/geotrace')
-rw-r--r-- | net/geotrace/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/geotrace/Makefile b/net/geotrace/Makefile index f0fac3c..b9b6f6a 100644 --- a/net/geotrace/Makefile +++ b/net/geotrace/Makefile @@ -15,13 +15,12 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ijliao@FreeBSD.org -BROKEN= "Does not build" - +USE_REINPLACE= yes USE_GNOMENG= yes -USE_GNOME= libcapplet +USE_GNOME= gdkpixbuf libcapplet post-patch: - @${PERL} -pi -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h + @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/prefs.h do-install: @${INSTALL_PROGRAM} ${WRKSRC}/geotrace ${PREFIX}/bin |