diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 23:06:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-17 23:06:21 +0000 |
commit | 070f301deef145f7bd3a38fa6a33f756a53697b8 (patch) | |
tree | c9e9b49f1d2e1c41dc9947fa7d4f36f6be780375 /lang/fpc | |
parent | c31e955f4e9a808ea41dade32b31db9dd8ea9cd9 (diff) | |
download | ports-070f301deef145f7bd3a38fa6a33f756a53697b8.tar.gz ports-070f301deef145f7bd3a38fa6a33f756a53697b8.zip |
Notes
Diffstat (limited to 'lang/fpc')
-rw-r--r-- | lang/fpc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index c2bef8a6968c..503847ac5830 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -19,7 +19,7 @@ MASTER_SITES= ftp://ftp.freepascal.org/pub/fpc/dist/Freebsd/ \ DISTNAME= ${PORTNAME}-${PORTVERSION}.freebsd4 EXTRACT_SUFX= .tar -MAINTAINER= jmcoopr@webmail.bmi.net +MAINTAINER= coop9211@uidaho.edu BUILD_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar RUN_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm |