diff options
Diffstat (limited to 'comms/gammu-devel/Makefile')
-rw-r--r-- | comms/gammu-devel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/comms/gammu-devel/Makefile b/comms/gammu-devel/Makefile index b15e02491dcc..318104321943 100644 --- a/comms/gammu-devel/Makefile +++ b/comms/gammu-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gammu -PORTVERSION= 1.26.90 +PORTVERSION= 1.27.90 CATEGORIES= comms MASTER_SITES= http://dl.cihar.com/gammu/releases/ \ http://dl.cihar.com.nyud.net/gammu/releases/ @@ -44,10 +44,6 @@ MAN7= gammu-smsd-files.7 gammu-smsd-mysql.7 gammu-smsd-pgsql.7 \ .include <bsd.port.pre.mk> -.if (${ARCH} == "amd64" || ${ARCH} == "sparc64") -USE_GCC= 4.3 -.endif - post-patch: @${REINPLACE_CMD} -i '' -e 's:bash:sh:' -e 's:dialog:cdialog:' ${WRKSRC}/utils/gammu-config .if ${OSVERSION} < 700042 |