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 /www/erwn/Makefile | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
Diffstat (limited to 'www/erwn/Makefile')
-rw-r--r-- | www/erwn/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index ff4fede4c7f9..1e53dc86b2bc 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: erwin -# Date created: 31 July 1999 -# Whom: Jim Mock <jimFreeBSD.org> -# +# Created by: Jim Mock <jimFreeBSD.org> # $FreeBSD$ -# PORTNAME= erwn PORTVERSION= 0.8 @@ -15,7 +11,8 @@ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor -USE_GNOME= gnomehack gnomeprefix gtksourceview gtkhtml3 +USES= pathfix +USE_GNOME= gnomeprefix gtksourceview gtkhtml3 USE_GMAKE= yes USE_PKGCONFIG= build GNU_CONFIGURE= yes |