diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2012-10-27 04:13:32 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2012-10-27 04:13:32 +0000 |
commit | 6243bee09cdef47c55e0925ac33cabff3dbcfaa1 (patch) | |
tree | b76fba2ee977ae72828a738c3c0aa54167bbfa63 /x11-wm/vtwm | |
parent | 77088edbfe54f88c5cc6f72c5fabf7ce75284316 (diff) | |
download | ports-6243bee09cdef47c55e0925ac33cabff3dbcfaa1.tar.gz ports-6243bee09cdef47c55e0925ac33cabff3dbcfaa1.zip |
Notes
Diffstat (limited to 'x11-wm/vtwm')
-rw-r--r-- | x11-wm/vtwm/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11-wm/vtwm/Makefile b/x11-wm/vtwm/Makefile index 6556e847af07..c59c2994faf1 100644 --- a/x11-wm/vtwm/Makefile +++ b/x11-wm/vtwm/Makefile @@ -1,13 +1,9 @@ -# New ports collection makefile for: vtwm -# Date created: 21 December 1998 -# Whom: bmah@ca.sandia.gov -# +# Created by: bmah@ca.sandia.gov # $FreeBSD$ -# PORTNAME= vtwm PORTVERSION= 5.4.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-wm MASTER_SITES= http://www.vtwm.org/downloads/ @@ -28,13 +24,13 @@ OPTIONS_DEFAULT= SOUND NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSOUND} -LIB_DEPENDS+= rplay.1:${PORTSDIR}/audio/rplay +LIB_DEPENDS+= rplay:${PORTSDIR}/audio/rplay MAKE_ENV+= SOUND=yes .else MAKE_ENV+= SOUND=no .endif -.if ${PORT_OPTIONS:MNLS} +.if empty(PORT_OPTIONS:MNLS) CFLAGS+= -DNO_I18N_SUPPORT .endif |