diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-29 11:38:32 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-04-29 11:38:32 +0000 |
commit | ba08d79998940dcb455b7026ea689f3297208572 (patch) | |
tree | 17212273d3e84eb18ac96acb6ab225b1cb091ba7 /graphics | |
parent | Add patches to fix build with mail/libsrs2 support. (diff) |
Re-add USE_X_PREFIX that I accidentally removed.
Reported by: krismail
Diagnosed by: pav
Approved by: pav (rent-a-mentor)
Notes
Notes:
svn path=/head/; revision=134352
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gnofract4d/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/gnofract4d/Makefile b/graphics/gnofract4d/Makefile index ff6c2fbb7e1d..c8e537de9ab8 100644 --- a/graphics/gnofract4d/Makefile +++ b/graphics/gnofract4d/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Weird GNOME fractal generator +USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget intlhack libgnomeui lthack USE_PYTHON= yes USE_PYDISTUTILS=yes |