diff options
author | bsam <bsam@FreeBSD.org> | 2013-06-14 22:39:53 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-06-14 22:39:53 +0800 |
commit | 45cce541bb1edb4c0076b108e51d0cdb105f7420 (patch) | |
tree | 7a133530dfe7e58e5c3387ec990e62cf0e6a2a6d /sysutils | |
parent | 1130b11029c2a74dcfcc003deb555015a07de37b (diff) | |
download | freebsd-ports-gnome-45cce541bb1edb4c0076b108e51d0cdb105f7420.tar.gz freebsd-ports-gnome-45cce541bb1edb4c0076b108e51d0cdb105f7420.tar.zst freebsd-ports-gnome-45cce541bb1edb4c0076b108e51d0cdb105f7420.zip |
. remove shlib ABI versions from LIB_DEPENDS;
. add LICENSE=GPLv2;
. bump PORTREVISION;
. trim Makefile headers.
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 |