diff options
author | obache <obache@pkgsrc.org> | 2012-09-15 13:31:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-09-15 13:31:09 +0000 |
commit | 4cd860d9d350452bd8af752e7b921c44a8108549 (patch) | |
tree | a23e6a4425341399f2765a63d473367d0aa80851 /misc | |
parent | 5038ac2810ac99bdaa3ff85f8d6eb26013bc71fe (diff) | |
download | pkgsrc-4cd860d9d350452bd8af752e7b921c44a8108549.tar.gz |
No need to buildlink with mysql client libraries here.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/php-orangehrm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/php-orangehrm/Makefile b/misc/php-orangehrm/Makefile index 39fd96e23e3..de6123fde7b 100644 --- a/misc/php-orangehrm/Makefile +++ b/misc/php-orangehrm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/06/16 05:25:03 taca Exp $ +# $NetBSD: Makefile,v 1.4 2012/09/15 13:31:09 obache Exp $ # DISTNAME= orangehrm-2.7 @@ -42,5 +42,4 @@ do-install: ${DESTDIR}${PREFIX}/${OHRDIR} .include "../../lang/php/phpversion.mk" -.include "../../mk/mysql.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |