diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /devel/xwpe | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) |
Notes
Diffstat (limited to 'devel/xwpe')
-rw-r--r-- | devel/xwpe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/xwpe/Makefile b/devel/xwpe/Makefile index b9816f8c11ea..6862b3cad73c 100644 --- a/devel/xwpe/Makefile +++ b/devel/xwpe/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: xwpe -# Version required: 1.5.18a +# Version required: 1.5.18a # Date created: Fri Jan 24, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # @@ -14,7 +14,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ ftp://identicalsoftware.com/pub/linux/xwpe/ MASTER_SITE_SUBDIR= apps/editors/X -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org # LD_LIBRARY_PATH is to deal with a braindead libX11.a search in configure # (once again author assumes too many Linux'isms) |