diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 05:58:23 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 05:58:23 +0800 |
commit | 624e2a3298c420f6e0749998f618f2f5500d820c (patch) | |
tree | e71fc179a20c33dd34ee90919492f5433db94447 /x11/gnome-menus | |
parent | 571e927646ab490e49fcdd3f58953a1548827836 (diff) | |
download | marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.gz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.bz2 marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.lz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.xz marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.tar.zst marcuscom-ports-624e2a3298c420f6e0749998f618f2f5500d820c.zip |
- Use new libtool stuff
- Use USE_GETTEXT where needed
- Use dirrmtry
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5740 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus')
-rw-r--r-- | x11/gnome-menus/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index b6a1037b0..ae38c429b 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.23 2006/02/03 05:42:22 marcus Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.24 2006/02/03 05:42:53 marcus Exp $ # PORTNAME= gnome-menus @@ -16,6 +16,7 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Implementation of the FreeDesktop Desktop Menu Spec +USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes |