diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-30 14:45:46 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-30 14:45:46 +0000 |
commit | d518cf174a722c68c6b34d5d7fb113be7e0ab900 (patch) | |
tree | 2de011a269f94a25a9e15c82ebbdf646363dc64a /devel/libgtop | |
parent | 6340a3cea178c6c416ef47bae9d547cbf8521376 (diff) | |
download | ports-d518cf174a722c68c6b34d5d7fb113be7e0ab900.tar.gz ports-d518cf174a722c68c6b34d5d7fb113be7e0ab900.zip |
Notes
Diffstat (limited to 'devel/libgtop')
-rw-r--r-- | devel/libgtop/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 31552845ebd9..c6f36d93ca41 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,18 +3,17 @@ # Date Created: 26 Sep 1998 # Whom: Vanilla I. Shu <vanilla@FreeBSD.ORG> # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1998/09/30 13:49:16 vanilla Exp $ # DISTNAME= libgtop-0.26.2 CATEGORIES= devel MASTER_SITES= ftp://ftp.home-of-linux.org/pub/libgtop/ -MAINTAINER= vanilla@FreeBSD.ORG +MAINTAINER= ports@FreeBSD.ORG LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib -#USE_X_PREFIX= yes GNU_CONFIGURE= yes USE_GMAKE= yes |