diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
commit | d2f8d37ae46f046dd1c3cb517ba1499323064665 (patch) | |
tree | 6648dd98ef773ec5d8039716702ec922ab09d4f1 /emulators | |
parent | Add patch for: readpassphrase.h (diff) |
Change some defines from "YES" to "yes"
See samples in the porters-handbook.
Notes
Notes:
svn path=/head/; revision=53893
Diffstat (limited to 'emulators')
-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 f74a58c663db..5c1263b50905 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 |