diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-31 07:52:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-31 07:52:24 +0800 |
commit | ba76c4a08300b63ce4cb76ff3a13678a864d508b (patch) | |
tree | d4682745ce2c510191f7e8dfcc9fb66a415878b4 /textproc/apertium | |
parent | 6c7684eb4c7f6967d9fdfeff881f0c306ac13b40 (diff) | |
download | freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.tar.gz freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.tar.zst freebsd-ports-gnome-ba76c4a08300b63ce4cb76ff3a13678a864d508b.zip |
Eradicate USE_GNOME=pkgconfig from textproc
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
Diffstat (limited to 'textproc/apertium')
-rw-r--r-- | textproc/apertium/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/apertium/Makefile b/textproc/apertium/Makefile index 2d1d306245a1..ec965036332b 100644 --- a/textproc/apertium/Makefile +++ b/textproc/apertium/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: apertium -# Date created: 14 April 2009 -# Whom: Mykola Dzham <freebsd@levsha.org.ua> -# +# Created by: Mykola Dzham <freebsd@levsha.org.ua> # $FreeBSD$ -# PORTNAME= apertium PORTVERSION= ${APVER}.${APREV} @@ -29,7 +25,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GNOME= gnomehack pkgconfig +USES= pathfix pkgconfig USE_LDCONFIG= yes PLIST_SUB+= APVER="${APVER}" |