diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:47:51 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-22 04:47:51 +0000 |
commit | e511a0a8d3193d6704c135692aebe17e31e8c911 (patch) | |
tree | 98de0d683f348baaafc6520fe134009af8c7d835 /x11-fonts | |
parent | Convert to new GNOME infrastructure. (diff) |
Convert to new GNOME infrastructure, and sign over to gnome@.
Notes
Notes:
svn path=/head/; revision=79436
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fontilus/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/fontilus/Makefile b/x11-fonts/fontilus/Makefile index 8773f3a0d97c..0e733c30b168 100644 --- a/x11-fonts/fontilus/Makefile +++ b/x11-fonts/fontilus/Makefile @@ -12,16 +12,13 @@ MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.4 DIST_SUBDIR= gnome2 -MAINTAINER= marcus@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= A font view for Nautilus -LIB_DEPENDS= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 - USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix +USE_GNOME= gnomehack gnomeprefix nautilus2 USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} .include <bsd.port.mk> |