diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-22 22:55:56 +0000 |
commit | 457679eee3629c52a1afd0dc50966abe840b300b (patch) | |
tree | b2b11b3e8a906186aa182b5f0543829b71d8d70c /math/geg | |
parent | Completely remove regexp support (not only trailing dot) now that (diff) |
gtk and gtk11 are now ELFized.
Notes
Notes:
svn path=/head/; revision=13337
Diffstat (limited to 'math/geg')
-rw-r--r-- | math/geg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 6b280971c83f..ea71cbf534a6 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Aug 1998 # Whom: rom # -# $Id: Makefile,v 1.1.1.1 1998/08/10 00:44:15 steve Exp $ +# $Id: Makefile,v 1.2 1998/09/16 21:47:38 vanilla Exp $ # DISTNAME= geg-0.12 @@ -12,7 +12,7 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Park/2030/ MAINTAINER= rom_glsa@ein-hashofet.co.il -LIB_DEPENDS= gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 USE_X_PREFIX= yes USE_GMAKE= yes |