diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 07:41:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-13 07:41:11 +0000 |
commit | 6a0d21b311c2d500bf25094f44dd0717952a0909 (patch) | |
tree | 4bce62922600680a8652b8b7f6bef6899c2418cd /editors | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Fix dependency, add intl.5
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=90996
Diffstat (limited to 'editors')
-rw-r--r-- | editors/zoinks/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index d21708140875..7b587f607a0a 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mike@mikelockwood.com COMMENT= An X11 programmer's editor and development environment +LIB_DEPENDS= intl.5:${PORTSDIR}/editors/zoinks + .if defined(WITH_IMLIB) USE_GNOME= imlib CONFIGURE_ARGS+= --enable-imlib |