diff options
author | sobomax <sobomax@FreeBSD.org> | 2007-07-24 05:24:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2007-07-24 05:24:52 +0800 |
commit | 5d3f31d25d65be80307c57a3aae19c9522a97be1 (patch) | |
tree | 2fdd9ab21489e48d7acb6573d00392cf02c251f9 /misc/zaptel | |
parent | ab2fd1c6b7721b190ce798c535c6a21ba196d65e (diff) | |
download | freebsd-ports-gnome-5d3f31d25d65be80307c57a3aae19c9522a97be1.tar.gz freebsd-ports-gnome-5d3f31d25d65be80307c57a3aae19c9522a97be1.tar.zst freebsd-ports-gnome-5d3f31d25d65be80307c57a3aae19c9522a97be1.zip |
Fix packing list on i386.
Submitted by: sat
Diffstat (limited to 'misc/zaptel')
-rw-r--r-- | misc/zaptel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile index b92f10394fe5..4fceaafd780f 100644 --- a/misc/zaptel/Makefile +++ b/misc/zaptel/Makefile @@ -7,7 +7,7 @@ PORTNAME= zaptel PORTVERSION= 1.4.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kld MASTER_SITES= http://www.pbxpress.com/~gonzo/ DISTNAME= ${PORTNAME}-bsd-${PORTVERSION} @@ -30,7 +30,7 @@ USE_RC_SUBR= zaptel .if ${ARCH} == "amd64" PLIST_SUB+= WITH_TAU32="@comment " .else -PLIST_SUB+= WITH_TAU32="@comment " +PLIST_SUB+= WITH_TAU32="" MAKE_ARGS+= WITH_TAU32="yes" .endif |