diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 02:26:00 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-02-03 02:26:00 +0800 |
commit | 8cf13dade70ab43a6063e16ddf1877253c9514c9 (patch) | |
tree | 8c6ade2b1c5d3d6713fcba531da8afaff8b86467 /accessibility/orca | |
parent | a97721568744de6271f737403e460046173e0f76 (diff) | |
download | marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar.gz marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar.bz2 marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar.lz marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar.xz marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.tar.zst marcuscom-ports-8cf13dade70ab43a6063e16ddf1877253c9514c9.zip |
No longer need the --mandir=${PREFIX}/man, which it's take care by gnomepreifx.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8274 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility/orca')
-rw-r--r-- | accessibility/orca/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 7e619ebc1..5e8290818 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/accessibility/orca/Makefile,v 1.10 2007/01/08 07:47:42 marcus Exp $ +# $MCom: ports/accessibility/orca/Makefile,v 1.11 2007/01/22 01:43:27 ahze Exp $ # PORTNAME= orca @@ -28,7 +28,6 @@ USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui atspi gnomespeech pygnome2 INSTALLS_ICONS= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |