diff options
author | fjoe <fjoe@FreeBSD.org> | 2013-05-09 14:59:06 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2013-05-09 14:59:06 +0800 |
commit | ac7821ff91d2bcfc86f0ee3c391058a928a0184d (patch) | |
tree | ee2801cba56825d867bdd9bb7645c269bcc50c07 /news/husky-fidoconf | |
parent | 175cfbbea9d1564b13744aeaafb7cd8804162b68 (diff) | |
download | freebsd-ports-gnome-ac7821ff91d2bcfc86f0ee3c391058a928a0184d.tar.gz freebsd-ports-gnome-ac7821ff91d2bcfc86f0ee3c391058a928a0184d.tar.zst freebsd-ports-gnome-ac7821ff91d2bcfc86f0ee3c391058a928a0184d.zip |
Unbreak on !i386.
Diffstat (limited to 'news/husky-fidoconf')
-rw-r--r-- | news/husky-fidoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/husky-fidoconf/Makefile b/news/husky-fidoconf/Makefile index 3cb5399dc9e8..4a9a46aa0a98 100644 --- a/news/husky-fidoconf/Makefile +++ b/news/husky-fidoconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= fidoconf PORTVERSION= 0.14.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news mail MASTER_SITES= SF/husky/fidoconfig/0.14-release DISTNAME= ${PORTNAME}_${PORTVERSION}-src @@ -21,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/etc/fido/huskymak.cfg:${PORTSDIR}/news/husky-base CONFLICTS= husky-fidoconf-devel-[0-9]* USE_LDCONFIG= yes +MAKE_ARGS= ADDCDEFS=-fPIC INSTALL_TARGET= install install-man MAN1= dumpfcfg.1 fconf2.1 linkedto.1 tparser.1 |