diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 14:32:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 14:32:37 +0000 |
commit | ab0bb2410ab26343d71e733c64f70442d6a9d9ca (patch) | |
tree | d093af5047e6f7d6d1135eee1c0fe4cb1ca6ed3a /games/fkiss | |
parent | 6ea2f4552128ecb6a44067b3a5058f6e0f1e1093 (diff) |
Notes
Diffstat (limited to 'games/fkiss')
-rw-r--r-- | games/fkiss/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/games/fkiss/Makefile b/games/fkiss/Makefile index 83e2f3d95030..f4ef08de5754 100644 --- a/games/fkiss/Makefile +++ b/games/fkiss/Makefile @@ -3,7 +3,7 @@ PORTNAME= fkiss PORTVERSION= 0.33a -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://www2s.biglobe.ne.jp/~yav/soft/fkiss/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/a//} @@ -34,14 +34,7 @@ PLIST_FILES= bin/fkiss man/man1/fkiss.1.gz PORTDOCS= * PORTEXAMPLES= * -OPTIONS_DEFINE= DOCS EXAMPLES ESOUND - -ESOUND_USES= pkgconfig -ESOUND_USE= GNOME=esound -ESOUND_CPPFLAGS= `pkgconf --cflags-only-I esound` -ESOUND_LDFLAGS= `pkgconf --libs-only-L esound ` -ESOUND_CONFIGURE_ENV_OFF= ac_cv_lib_esd_esd_open_sound=no \ - ac_cv_header_esd_h=no +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|= @X_LIBS@|= @LDFLAGS@ @X_LIBS@|g' \ |