diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 22:03:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-03-31 22:03:05 +0000 |
commit | 5aa154f49ca0733448064797978a438ffbaf4a4c (patch) | |
tree | a2953605be9b5831dd4062cc731c84f815ea3111 /graphics/comix | |
parent | -Fix the fetch, it is redirect from icculus.org to offload1.icculus.org. (diff) |
portlint:
-Remove USE_REINPLACE.
-Add USE_GETTEXT.
Diffstat (limited to 'graphics/comix')
-rw-r--r-- | graphics/comix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/comix/Makefile b/graphics/comix/Makefile index ff2cf89ca32e..ef4822ef8d32 100644 --- a/graphics/comix/Makefile +++ b/graphics/comix/Makefile @@ -21,8 +21,8 @@ NO_BUILD= yes USE_GNOME= desktopfileutils pygtk2 WANT_GNOME= yes USE_PYTHON= yes +USE_GETTEXT= yes USE_X_PREFIX= yes -USE_REINPLACE= yes DOCS= COPYING ChangeLog README MAN1= comix.1 comicthumb.1 |