diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 07:02:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 07:02:46 +0800 |
commit | 8757c057cfbc1d0eff0eb95aab141bcc9093dc39 (patch) | |
tree | 080bb444fae39d5352d48ebedd4c825192750572 /comms/xastir | |
parent | a61326605e39f0f3e7da8ed341e91a2e6573f8d6 (diff) | |
download | freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.tar.gz freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.tar.zst freebsd-ports-gnome-8757c057cfbc1d0eff0eb95aab141bcc9093dc39.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'comms/xastir')
-rw-r--r-- | comms/xastir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 3fbd58458b58..f0246173d277 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -3,7 +3,7 @@ PORTNAME= xastir PORTVERSION= 2.0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= comms hamradio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} |