diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-07-16 01:21:56 +0800 |
commit | dd64660abd3e50f55c43bf3cc6422312929afacc (patch) | |
tree | 382a45fd59d5b83c2dfb6b94958fb359d5214917 /audio/mpt | |
parent | baa62d89b811800e4c8eb24f17b0f2c072267300 (diff) | |
download | freebsd-ports-graphics-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.gz freebsd-ports-graphics-dd64660abd3e50f55c43bf3cc6422312929afacc.tar.zst freebsd-ports-graphics-dd64660abd3e50f55c43bf3cc6422312929afacc.zip |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Diffstat (limited to 'audio/mpt')
-rw-r--r-- | audio/mpt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mpt/Makefile b/audio/mpt/Makefile index 5a286fcb3ea..9ae34a2461c 100644 --- a/audio/mpt/Makefile +++ b/audio/mpt/Makefile @@ -16,7 +16,8 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= fftw.2:${PORTSDIR}/math/fftw \ songprint.1:${PORTSDIR}/audio/songprint -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |