diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 06:45:47 +0000 |
commit | fb1131a6f9bfaa0ff0e2d4c3cc9154f7fdb335ad (patch) | |
tree | 33e0370986f010eb39f7c107403d9543c3a36534 /devel/etl | |
parent | efeb4f1aa71c145d0087b4aa1ddf960e3556f74a (diff) |
Notes
Diffstat (limited to 'devel/etl')
-rw-r--r-- | devel/etl/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/etl/Makefile b/devel/etl/Makefile index d33851efe7be..788685158e90 100644 --- a/devel/etl/Makefile +++ b/devel/etl/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ETL -# Date created: 25 Jun 2006 -# Whom: Yinghong Liu <relaxbsd@gmail.com> -# +# Created by: Yinghong Liu <relaxbsd@gmail.com> # $FreeBSD$ -# PORTNAME= etl PORTVERSION= 0.04.15 @@ -14,8 +10,7 @@ DISTNAME= ETL-${PORTVERSION} MAINTAINER= dhn@FreeBSD.org COMMENT= Voria Extended Class and Template Library -USE_GNOME= gnomehack pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig GNU_CONFIGURE= yes post-install: |