diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-13 19:28:30 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-13 19:28:30 +0800 |
commit | e7d22886a327b36b9ac77ad944396170524439d2 (patch) | |
tree | 1e2d5046a60657de0bb5cb3a71cefc64f5c6ec85 /editors/zoinks/Makefile | |
parent | 7c2720954ec0fd46a82b4830e6abf58d76b69b05 (diff) | |
download | freebsd-ports-gnome-e7d22886a327b36b9ac77ad944396170524439d2.tar.gz freebsd-ports-gnome-e7d22886a327b36b9ac77ad944396170524439d2.tar.zst freebsd-ports-gnome-e7d22886a327b36b9ac77ad944396170524439d2.zip |
int main(void) { int i=0; while (++i<=500) { printf("I will double check my commits next time.\n"); }
Diffstat (limited to 'editors/zoinks/Makefile')
-rw-r--r-- | editors/zoinks/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/zoinks/Makefile b/editors/zoinks/Makefile index 7b587f607a0a..5e264106b010 100644 --- a/editors/zoinks/Makefile +++ b/editors/zoinks/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= mike@mikelockwood.com COMMENT= An X11 programmer's editor and development environment -LIB_DEPENDS= intl.5:${PORTSDIR}/editors/zoinks +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext .if defined(WITH_IMLIB) USE_GNOME= imlib |