diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
commit | 12fee97b3b2db87aafc419ab6a7a70f458165d9e (patch) | |
tree | 60c2c82e1f315f10a4244e7df73f20f308a07b62 /emulators/frodo/Makefile | |
parent | 9ff3bb64048b4054f64cc0a7935a356b9faf5b5c (diff) | |
download | FreeBSD-ports-12fee97b3b2db87aafc419ab6a7a70f458165d9e.zip FreeBSD-ports-12fee97b3b2db87aafc419ab6a7a70f458165d9e.tar.gz |
Change some defines from "YES" to "yes"
See samples in the porters-handbook.
Diffstat (limited to 'emulators/frodo/Makefile')
-rw-r--r-- | emulators/frodo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile index f74a58c..5c1263b 100644 --- a/emulators/frodo/Makefile +++ b/emulators/frodo/Makefile @@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -USE_X_PREFIX= YES +USE_X_PREFIX= yes ALL_TARGET= Frodo WRKSRC= ${WRKDIR}/Frodo/Src |