diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/xar | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) | |
download | ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.tar.gz ports-ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3.zip |
Notes
Diffstat (limited to 'archivers/xar')
-rw-r--r-- | archivers/xar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index e4797a0d3983..5723220111e9 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xar -# Date created: 24 January 2005 -# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> -# +# Created by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> # $FreeBSD$ -# PORTNAME= xar PORTVERSION= 1.5.2 @@ -19,8 +15,8 @@ LICENSE= BSD USE_LDCONFIG= yes +USES= gmake USE_GNOME= libxml2 -USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes |