diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/logo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index 470ec57..d840a3e 100644 --- a/lang/logo/Makefile +++ b/lang/logo/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cs.berkeley.edu/pub/ucblogo/ MASTER_SITE_SUBDIR=non-gnu/ucblogo +WRKSRC= ${WRKDIR}/ucblogo + .if defined(EMACS_LOGO_MODE) BUILD_DEPENDS= emacs:${PORTSDIR}/editors/emacs .endif |