diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-30 03:30:05 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-30 03:30:05 +0000 |
commit | aa9d806a52c04cc4f7738c7918dd5cd84558c7b9 (patch) | |
tree | 63d9d25655d2a85cd6a5ac1fc87969c860c58316 /astro | |
parent | 664a1379d9dfa2c909b0cf275fe165d95eb6838c (diff) | |
download | FreeBSD-ports-aa9d806a52c04cc4f7738c7918dd5cd84558c7b9.zip FreeBSD-ports-aa9d806a52c04cc4f7738c7918dd5cd84558c7b9.tar.gz |
Fix a typo.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/fooseti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index 0176212..02736b5 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -17,6 +17,6 @@ LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes USE_GNOMENG= yes -uSE_GNOME= gtk12 +USE_GNOME= gtk12 .include <bsd.port.mk> |