diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:12:07 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-06-04 21:12:07 +0800 |
commit | f0917781a2fead7537a8faaf41f9568d791a2b58 (patch) | |
tree | 9bc6dea9025b5804ef6f04a61304feca20ff0ca0 /comms/xwota | |
parent | 6c6a7a6e1a684a1af523638263711b2dcfbe1166 (diff) | |
download | freebsd-ports-gnome-f0917781a2fead7537a8faaf41f9568d791a2b58.tar.gz freebsd-ports-gnome-f0917781a2fead7537a8faaf41f9568d791a2b58.tar.zst freebsd-ports-gnome-f0917781a2fead7537a8faaf41f9568d791a2b58.zip |
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
Diffstat (limited to 'comms/xwota')
-rw-r--r-- | comms/xwota/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index d7838fb41237..b1c6ece65fb7 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -14,10 +14,9 @@ COMMENT= X version of who is on the air LICENSE= GPLv2 -USES= gmake pkgconfig +USES= gmake pkgconfig libtool USE_GNOME= gtk20 GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} |