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/libgnome | |
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/libgnome')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 6f835606b..0d5e25354 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,11 +3,12 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.70 2006/01/17 00:05:13 marcus Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.71 2006/01/31 20:36:55 marcus Exp $ # PORTNAME= libgnome PORTVERSION= 2.13.7 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -19,6 +20,7 @@ COMMENT= Libraries for GNOME, a GNU desktop environment BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper +USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_XPM= yes |