add dependency to devel/libgetopt for platforms without getoptlong
This commit is contained in:
parent
ea7469b323
commit
4fb17a69f1
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/03/08 14:20:12 tnn Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2009/03/01 21:51:22 sno Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libpaper_1.1.23
|
||||
|
@ -19,4 +19,6 @@ USE_LIBTOOL= yes
|
|||
USE_TOOLS+= gmake
|
||||
FILES_SUBST+= PAPERSIZE=${PAPERSIZE}
|
||||
|
||||
.include "../../devel/libgetopt/buildlink3.mk"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue