diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-14 14:39:53 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2013-06-14 14:39:53 +0000 |
commit | d248bef09f0304db5b1ac32b379c267fe783029f (patch) | |
tree | 7a133530dfe7e58e5c3387ec990e62cf0e6a2a6d /sysutils | |
parent | 5f84f960af86e98d381e6c6072bc6c4b7cc71741 (diff) | |
download | ports-d248bef09f0304db5b1ac32b379c267fe783029f.tar.gz ports-d248bef09f0304db5b1ac32b379c267fe783029f.zip |
. remove shlib ABI versions from LIB_DEPENDS;
. add LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers.
Notes
Notes:
svn path=/head/; revision=320938
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dircomp/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile index 1d61e9866ec8..72b14490312c 100644 --- a/sysutils/dircomp/Makefile +++ b/sysutils/dircomp/Makefile @@ -1,26 +1,24 @@ -# New ports collection makefile for: DirComp -# Date created: 20 August 2006 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= DirComp PORTVERSION= 1.3.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTNAME:S/C/c/}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org COMMENT= Compare two directories +LICENSE= GPLv2 + .ifndef WITHOUT_X11 -LIB_DEPENDS= XGP.0:${PORTSDIR}/devel/libXGP +LIB_DEPENDS= XGP:${PORTSDIR}/devel/libXGP PLIST_FILES+= bin/XDirComp .else MK_PATCH+= s/@MYSUBDIRS@/Common/g; .endif -LIB_DEPENDS+= YGP.0:${PORTSDIR}/devel/libYGP +LIB_DEPENDS+= YGP:${PORTSDIR}/devel/libYGP GNU_CONFIGURE= yes USES= gettext |