diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /www/xsp | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'www/xsp')
-rw-r--r-- | www/xsp/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/www/xsp/Makefile b/www/xsp/Makefile index 035f7870808d..b8933e295ebe 100644 --- a/www/xsp/Makefile +++ b/www/xsp/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xsp -# Date created: 20040828 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ -# PORTNAME= xsp PORTVERSION= 2.10.2 @@ -18,10 +14,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/mono:${PORTSDIR}/lang/mono MAKE_JOBS_UNSAFE= yes -USE_PKGCONFIG= yes USE_SQLITE= 3 USE_BZIP2= yes -USES= pathfix +USES= pathfix pkgconfig GNU_CONFIGURE= yes USE_GMAKE= yes |