diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /audio/terminatorx | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) |
Notes
Diffstat (limited to 'audio/terminatorx')
-rw-r--r-- | audio/terminatorx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 7851e71716f4..bf597d38849a 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -1,7 +1,6 @@ # Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ # $MCom: ports/audio/terminatorx/Makefile,v 1.6 2007/08/04 03:51:28 marcus Exp $ - PORTNAME= terminatorx PORTVERSION= 3.84 PORTREVISION= 2 @@ -27,7 +26,8 @@ MPG123_DESC= mpg123 support USE_BZIP2= yes USE_XORG= x11 xext xi xxf86dga ice sm -USE_GNOME= gnomehack gnomehier gtk20 libxml2 +USES= pathfix +USE_GNOME= gnomehier gtk20 libxml2 USE_GMAKE= yes USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |