diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 06:15:19 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-10-13 06:15:19 +0000 |
commit | 7f9eb2aafc9f24f96612294c6f054b3afeed1f0f (patch) | |
tree | b77df90bc0d5c8547c0bf6543a40fb1a72af2c57 /x11/xorg-edit | |
parent | b58e05f76e5cf5342fa09d1e0d8159b23022670b (diff) |
Cleanup of the unowned ports in the x11 directory
- Convert from USE_GMAKE to USES=gmake
Notes
Notes:
svn path=/head/; revision=330213
Diffstat (limited to 'x11/xorg-edit')
-rw-r--r-- | x11/xorg-edit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xorg-edit/Makefile b/x11/xorg-edit/Makefile index 4b8644e7a194..d513b82b9380 100644 --- a/x11/xorg-edit/Makefile +++ b/x11/xorg-edit/Makefile @@ -18,7 +18,7 @@ USE_BZIP2= yes USE_DOS2UNIX= *.cpp *.h USE_WX= 2.6+ WX_UNICODE= yes -USE_GMAKE= yes +USES= gmake PLIST_FILES= bin/xorg-edit \ lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \ |