diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-20 21:30:13 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-20 21:30:13 +0000 |
commit | d8378b72e0b1bdea49ef10c99b67b706d110a071 (patch) | |
tree | baa706489741d5009584cdc0fe9d681444cbb42d /security | |
parent | f413a0e690de21e864df8126b93c4d2cdbab3ab3 (diff) | |
download | pkgsrc-d8378b72e0b1bdea49ef10c99b67b706d110a071.tar.gz |
Sort USE_* variables.
Diffstat (limited to 'security')
-rw-r--r-- | security/seahorse/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index ddd639a0631..b002dac9b41 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/10/20 20:45:55 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2004/10/20 21:30:13 jmmv Exp $ DISTNAME= seahorse-0.7.4 CATEGORIES= security @@ -13,12 +13,12 @@ BUILD_USES_MSGFMT= yes DEPENDS+= gnupg>=1.2.1:../../security/gnupg GNU_CONFIGURE= yes +USE_BUILDLINK3= yes USE_DIRS+= gnome2-1.5 USE_GNU_TOOLS+= make -USE_X11= yes -USE_BUILDLINK3= yes -USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +USE_X11= yes CONFIGURE_ARGS= --disable-gedit |