diff options
author | sat <sat@FreeBSD.org> | 2007-04-23 08:27:54 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-23 08:27:54 +0800 |
commit | ba3e383a435cd56d2ef8ebd6d450213234d45495 (patch) | |
tree | b14d373a13fb20989a70eefbe113ce61370c17cf /sysutils | |
parent | b425549302ea7a8ef44b3e21f5d3d3ff9657f633 (diff) | |
download | freebsd-ports-gnome-ba3e383a435cd56d2ef8ebd6d450213234d45495.tar.gz freebsd-ports-gnome-ba3e383a435cd56d2ef8ebd6d450213234d45495.tar.zst freebsd-ports-gnome-ba3e383a435cd56d2ef8ebd6d450213234d45495.zip |
- Depend on libYGP, even if we already depend on libXGP
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dircomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/dircomp/Makefile b/sysutils/dircomp/Makefile index 560c03d5ccdc..97846e8712df 100644 --- a/sysutils/dircomp/Makefile +++ b/sysutils/dircomp/Makefile @@ -17,9 +17,9 @@ COMMENT= Compare two directories LIB_DEPENDS= XGP.0:${PORTSDIR}/devel/libXGP PLIST_FILES+= bin/XDirComp .else -LIB_DEPENDS= YGP.0:${PORTSDIR}/devel/libYGP MK_PATCH+= s/@MYSUBDIRS@/Common/g; .endif +LIB_DEPENDS+= YGP.0:${PORTSDIR}/devel/libYGP USE_BZIP2= yes GNU_CONFIGURE= yes |