diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/twolame | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) |
Notes
Diffstat (limited to 'audio/twolame')
-rw-r--r-- | audio/twolame/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/twolame/Makefile b/audio/twolame/Makefile index 8adc15d56b36..da77b4b3c53c 100644 --- a/audio/twolame/Makefile +++ b/audio/twolame/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: twolame -# Date created: 2005-05-02 -# Whom: Michael Johnson <ahze@FreeBSD.org> -# +# Created by: Michael Johnson <ahze@FreeBSD.org> # $FreeBSD$ -# PORTNAME= twolame PORTVERSION= 0.3.13 @@ -16,8 +12,7 @@ COMMENT= MPEG Audio Layer 2 encoder LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile -USE_GMAKE= yes -USE_GNOME= gnomehack pkgconfig +USES= gmake pathfix pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes |