diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 23:31:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 23:31:14 +0000 |
commit | bc214bef0f784b62fd7053d005d9973f05a94df6 (patch) | |
tree | f3e582932e0e330313dcca5a0784851544a6f43d /devel/ORBit | |
parent | Define STRIP as the empty string so that install won't try to strip (diff) |
glib is now ELFized.
Notes
Notes:
svn path=/head/; revision=13339
Diffstat (limited to 'devel/ORBit')
-rw-r--r-- | devel/ORBit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBit/Makefile b/devel/ORBit/Makefile index 9e0b15c0cbe1..3a6d62b1f416 100644 --- a/devel/ORBit/Makefile +++ b/devel/ORBit/Makefile @@ -3,7 +3,7 @@ # Date Created: 16 Aug 1998 # Whom: Chia-liang Kao <clkao@CirX.ORG> # -# $Id: Makefile,v 1.2 1998/08/19 22:51:05 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/20 02:32:50 asami Exp $ # DISTNAME= ORBit-0.2.1 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.gnome.org/pub/ORBit/ MAINTAINER= clkao@CirX.ORG -LIB_DEPENDS= glib11\\.0\\.:${PORTSDIR}/devel/glib +LIB_DEPENDS= glib11.0:${PORTSDIR}/devel/glib GNU_CONFIGURE= yes USE_GMAKE= yes |