diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 07:25:54 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-23 07:25:54 +0800 |
commit | 2e1e51900d90e94361c29cd66f1176573481f471 (patch) | |
tree | 51a8b795b5c50dfbc1f95470b79401d4dc510bbc /x11-wm | |
parent | 0c0bbfb5f1210da0e0406162a9df821fb75d8e8f (diff) | |
download | freebsd-ports-gnome-2e1e51900d90e94361c29cd66f1176573481f471.tar.gz freebsd-ports-gnome-2e1e51900d90e94361c29cd66f1176573481f471.tar.zst freebsd-ports-gnome-2e1e51900d90e94361c29cd66f1176573481f471.zip |
- Switch to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/compton/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/compton/Makefile b/x11-wm/compton/Makefile index 1ad8adb70693..966403c6475a 100644 --- a/x11-wm/compton/Makefile +++ b/x11-wm/compton/Makefile @@ -2,7 +2,7 @@ PORTNAME= compton PORTVERSION= 20130625 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-wm MAINTAINER= femc7488@gmail.com |