diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-09-18 01:10:31 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-09-18 01:10:31 +0000 |
commit | 5d5f58c41f90a500c294e8416b159b72b6ba3fb6 (patch) | |
tree | 5b9c0a92ee3b7746f811ff3ad72852eb6ff6418b /sysutils | |
parent | 6e6dc3786ace6ef1411fab55dbbdf9c405e1ddb4 (diff) |
- attempt to fix build on 4.x
Reported by: kris mail
Notes
Notes:
svn path=/head/; revision=143056
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/serpentine/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/serpentine/Makefile b/sysutils/serpentine/Makefile index 164c0384d3dc..430f518c74e1 100644 --- a/sysutils/serpentine/Makefile +++ b/sysutils/serpentine/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gst/__init__.py:${PORTSDIR}/multimedia/py-gstr USE_X_PREFIX= yes USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= pygnomeextras +USE_GNOME= pygnomeextras intlhack USE_GMAKE= yes USE_GSTREAMER= core USE_PYTHON= 2.4+ |