diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-02 12:59:35 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2008-01-02 12:59:35 +0800 |
commit | b1f4c3b132cb7b10e67055c5948d1aaab4ed548a (patch) | |
tree | c48a668690bd7101319918a595699bae418817fa /net/shmux/Makefile | |
parent | 544a0164386b5a64fdd006a32b390ab362c62a09 (diff) | |
download | freebsd-ports-gnome-b1f4c3b132cb7b10e67055c5948d1aaab4ed548a.tar.gz freebsd-ports-gnome-b1f4c3b132cb7b10e67055c5948d1aaab4ed548a.tar.zst freebsd-ports-gnome-b1f4c3b132cb7b10e67055c5948d1aaab4ed548a.zip |
- Update to 1.0b10
- Add CONFIGURE_TARGET
PR: ports/118812
Submitted by: Philippe Audeoud <jadawin tuxaco.net>
Approved by: Maintainer timeout
Diffstat (limited to 'net/shmux/Makefile')
-rw-r--r-- | net/shmux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/shmux/Makefile b/net/shmux/Makefile index ba4cd905f8af..bb3c3f5f75a0 100644 --- a/net/shmux/Makefile +++ b/net/shmux/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shmux -DISTVERSION= 1.0b6 +DISTVERSION= 1.0b10 CATEGORIES= net MASTER_SITES= http://web.taranis.org/shmux/dist/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ OPTIONS= FPING "Use fping utility" on \ GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share/examples +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} ALL_TARGET= ${PORTNAME} |