diff options
author | marcus <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-08-31 08:13:25 +0800 |
commit | c09dc513f70813fd1915b12787ca0e934c4e4f5d (patch) | |
tree | d861acef1f689743981e09642f332436fdd4994a /audio/replay | |
parent | 0854f152efed3fca29e6e1cf16edae3f9fe70059 (diff) | |
download | freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.gz freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.tar.zst freebsd-ports-gnome-c09dc513f70813fd1915b12787ca0e934c4e4f5d.zip |
Use USE_GNOMENG.
PR: 42232
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'audio/replay')
-rw-r--r-- | audio/replay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/replay/Makefile b/audio/replay/Makefile index 775c24392991..1c675c7b5dca 100644 --- a/audio/replay/Makefile +++ b/audio/replay/Makefile @@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-source-dgtk_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org USE_X_PREFIX= yes -USE_GTK= yes -USE_ESOUND= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 esound GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |